Package org.apache.hadoop.hdfs.security.token.delegation

Examples of org.apache.hadoop.hdfs.security.token.delegation.DelegationTokenSecretManager.reset()


   */
  void reloadFromImageFile(File file) throws IOException {
    namesystem.dir.reset();
    DelegationTokenSecretManager man = namesystem.getDelegationTokenSecretManager();
    if (man != null) {
      man.reset();
    }

    LOG.debug("Reloading namespace from " + file);
    loadFSImage(file);
  }
View Full Code Here

TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.