HDFS-8579. Update HDFS usage with missing options (Contributed by J.Andreina)
This commit is contained in:
parent
d3797f9f3c
commit
77588e1d32
|
@ -983,6 +983,9 @@ Release 2.8.0 - UNRELEASED
|
||||||
HDFS-8687. Remove the duplicate usage message from Dfsck.java. (Brahma
|
HDFS-8687. Remove the duplicate usage message from Dfsck.java. (Brahma
|
||||||
Reddy Battula via Arpit Agarwal)
|
Reddy Battula via Arpit Agarwal)
|
||||||
|
|
||||||
|
HDFS-8579. Update HDFS usage with missing options
|
||||||
|
(J.Andreina via vinayakumarb)
|
||||||
|
|
||||||
Release 2.7.2 - UNRELEASED
|
Release 2.7.2 - UNRELEASED
|
||||||
|
|
||||||
INCOMPATIBLE CHANGES
|
INCOMPATIBLE CHANGES
|
||||||
|
|
|
@ -26,6 +26,7 @@ function hadoop_usage
|
||||||
echo " Hadoop jar and the required libraries"
|
echo " Hadoop jar and the required libraries"
|
||||||
echo " crypto configure HDFS encryption zones"
|
echo " crypto configure HDFS encryption zones"
|
||||||
echo " datanode run a DFS datanode"
|
echo " datanode run a DFS datanode"
|
||||||
|
echo " debug run a Debug Admin to execute HDFS debug commands"
|
||||||
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"
|
||||||
echo " fetchdt fetch a delegation token from the NameNode"
|
echo " fetchdt fetch a delegation token from the NameNode"
|
||||||
|
|
Loading…
Reference in New Issue