HDFS-10547. DiskBalancer: fix whitespace issue in doc files. Contributed by Anu Engineer.

This commit is contained in:
Anu Engineer 2016-06-20 09:48:34 -07:00 committed by Arpit Agarwal
parent 0774412e41
commit c6ed54808d
2 changed files with 16 additions and 11 deletions

View File

@ -436,7 +436,7 @@ Runs a HDFS dfsadmin client.
Usage:
hdfs diskbalancer
[-plan <datanode> -uri <namenodeURI>]
[-plan <datanode> -fs <namenodeURI>]
[-execute <planfile>]
[-query <datanode>]
[-cancel <planfile>]

View File

@ -103,6 +103,11 @@ or
Plan ID can be read from datanode using query command.
### Report
Report command provides detailed report about a node.
`hdfs diskbalancer -fs http://namenode.uri -report -node {DataNodeID | IP | Hostname}`
Settings
--------