HDFS-6893. crypto subcommand is not sorted properly in hdfs\'s hadoop_usage (David Luo via aw)
This commit is contained in:
parent
cad14aa916
commit
6c790a7ab0
|
@ -259,6 +259,9 @@ Trunk (Unreleased)
|
||||||
intermittently with various symptoms - debugging patch. (Yongjun Zhang via
|
intermittently with various symptoms - debugging patch. (Yongjun Zhang via
|
||||||
Arpit Agarwal)
|
Arpit Agarwal)
|
||||||
|
|
||||||
|
HDFS-6893. crypto subcommand is not sorted properly in hdfs's hadoop_usage
|
||||||
|
(David Luo via aw)
|
||||||
|
|
||||||
Release 2.6.0 - UNRELEASED
|
Release 2.6.0 - UNRELEASED
|
||||||
|
|
||||||
INCOMPATIBLE CHANGES
|
INCOMPATIBLE CHANGES
|
||||||
|
|
|
@ -23,6 +23,7 @@ function hadoop_usage
|
||||||
echo " cacheadmin configure the HDFS cache"
|
echo " cacheadmin configure the HDFS cache"
|
||||||
echo " classpath prints the class path needed to get the"
|
echo " classpath prints the class path needed to get the"
|
||||||
echo " Hadoop jar and the required libraries"
|
echo " Hadoop jar and the required libraries"
|
||||||
|
echo " crypto configure HDFS encryption zones"
|
||||||
echo " datanode run a DFS datanode"
|
echo " datanode run a DFS datanode"
|
||||||
echo " dfs run a filesystem command on the file system"
|
echo " dfs run a filesystem command on the file system"
|
||||||
echo " dfsadmin run a DFS admin client"
|
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 " snapshotDiff diff two snapshots of a directory or diff the"
|
||||||
echo " current directory contents with a snapshot"
|
echo " current directory contents with a snapshot"
|
||||||
echo " zkfc run the ZK Failover Controller daemon"
|
echo " zkfc run the ZK Failover Controller daemon"
|
||||||
echo " crypto configure HDFS encryption zones"
|
|
||||||
echo ""
|
echo ""
|
||||||
echo "Most commands print help when invoked w/o parameters."
|
echo "Most commands print help when invoked w/o parameters."
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue