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

(cherry picked from commit 77588e1d32)

Conflicts:
	hadoop-hdfs-project/hadoop-hdfs/src/main/bin/hdfs
This commit is contained in:
Vinayakumar B 2015-06-30 15:00:22 +05:30
parent eccd4f273e
commit 3c632c80a2
2 changed files with 4 additions and 0 deletions

View File

@ -650,6 +650,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

@ -45,6 +45,7 @@ function print_usage(){
echo " journalnode run the DFS journalnode"
echo " zkfc run the ZK Failover Controller daemon"
echo " datanode run a DFS datanode"
echo " debug run a Debug Admin to execute HDFS debug commands"
echo " dfsadmin run a DFS admin client"
echo " haadmin run a DFS HA admin client"
echo " fsck run a DFS filesystem checking utility"