|
@@ -23,6 +23,7 @@ function hadoop_usage
|
|
|
echo " cacheadmin configure the HDFS cache"
|
|
|
echo " classpath prints the class path needed to get the"
|
|
|
echo " Hadoop jar and the required libraries"
|
|
|
+ echo " crypto configure HDFS encryption zones"
|
|
|
echo " datanode run a DFS datanode"
|
|
|
echo " dfs run a filesystem command on the file system"
|
|
|
echo " dfsadmin run a DFS admin client"
|
|
@@ -46,7 +47,6 @@ function hadoop_usage
|
|
|
echo " snapshotDiff diff two snapshots of a directory or diff the"
|
|
|
echo " current directory contents with a snapshot"
|
|
|
echo " zkfc run the ZK Failover Controller daemon"
|
|
|
- echo " crypto configure HDFS encryption zones"
|
|
|
echo ""
|
|
|
echo "Most commands print help when invoked w/o parameters."
|
|
|
}
|