HDFS-8579. Update HDFS usage with missing options (Contributed by J.Andreina)

This commit is contained in:
Vinayakumar B 2015-06-30 15:00:22 +05:30
parent d3797f9f3c
commit 77588e1d32
2 changed files with 4 additions and 0 deletions

View File

@ -983,6 +983,9 @@ Release 2.8.0 - UNRELEASED
HDFS-8687. Remove the duplicate usage message from Dfsck.java. (Brahma
Reddy Battula via Arpit Agarwal)
HDFS-8579. Update HDFS usage with missing options
(J.Andreina via vinayakumarb)
Release 2.7.2 - UNRELEASED
INCOMPATIBLE CHANGES

View File

@ -26,6 +26,7 @@ function hadoop_usage
echo " Hadoop jar and the required libraries"
echo " crypto configure HDFS encryption zones"
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 " dfsadmin run a DFS admin client"
echo " fetchdt fetch a delegation token from the NameNode"