Package org.apache.hadoop.hdfs.tools
package org.apache.hadoop.hdfs.tools
-
ClassesClassDescriptionorg.apache.hadoop.hdfs.tools.AdminHelperHelper methods for CacheAdmin/CryptoAdmin/StoragePolicyAdminorg.apache.hadoop.hdfs.tools.CacheAdminThis class implements command-line operations on the HDFS Cache.org.apache.hadoop.hdfs.tools.CryptoAdminThis class implements crypto command-line operations.org.apache.hadoop.hdfs.tools.DebugAdminThis class implements debug operations on the HDFS command-line.org.apache.hadoop.hdfs.tools.DelegationTokenFetcherFetch a DelegationToken from the current Namenode and store it in the specified file.org.apache.hadoop.hdfs.tools.DFSAdminThis class provides some DFS administrative access shell commands.org.apache.hadoop.hdfs.tools.DFSckThis class provides rudimentary checking of DFS volumes for errors and sub-optimal conditions.org.apache.hadoop.hdfs.tools.DFSHAAdminClass to extend HAAdmin to do a little bit of HDFS-specific configuration.org.apache.hadoop.hdfs.tools.DFSZKFailoverControllerorg.apache.hadoop.hdfs.tools.DiskBalancerCLIDiskBalancer is a tool that can be used to ensure that data is spread evenly across volumes of same storage type.org.apache.hadoop.hdfs.tools.ECAdminCLI for the erasure code encoding operations.org.apache.hadoop.hdfs.tools.GetConfTool for getting configuration information from a configuration file.org.apache.hadoop.hdfs.tools.GetGroupsHDFS implementation of a tool for getting the groups which a given user belongs to.org.apache.hadoop.hdfs.tools.HDFSConcatorg.apache.hadoop.hdfs.tools.JMXGettool to get data from NameNode or DataNode using MBeans currently the following MBeans are available (under hadoop domain): hadoop:service=NameNode,name=FSNamesystemState (static) hadoop:service=NameNode,name=NameNodeActivity (dynamic) hadoop:service=NameNode,name=RpcActivityForPort9000 (dynamic) hadoop:service=DataNode,name=RpcActivityForPort9867 (dynamic) hadoop:name=service=DataNode,FSDatasetState-UndefinedStorageId663800459 (static) hadoop:service=DataNode,name=DataNodeActivity-UndefinedStorageId-520845215 (dynamic) implementation note: all logging is sent to System.err (since it is a command line tool)org.apache.hadoop.hdfs.tools.NNHAServiceTargetOne of the NN NameNodes acting as the target of an administrative command (e.g. failover).org.apache.hadoop.hdfs.tools.StoragePolicyAdminThis class implements block storage policy operations.