HDFS-10545. DiskBalancer: PlanCommand should use -fs instead of -uri to be consistent with other hdfs commands. Contributed by Anu Engineer.

This commit is contained in:
Anu Engineer 2016-06-17 23:31:21 -07:00 committed by Arpit Agarwal
parent 5b8e1c26d7
commit 0774412e41
1 changed files with 1 additions and 1 deletions

View File

@ -60,7 +60,7 @@ public class DiskBalancer extends Configured implements Tool {
* <p> * <p>
* hdfs://namenode.uri or file:///data/myCluster.json * hdfs://namenode.uri or file:///data/myCluster.json
*/ */
public static final String NAMENODEURI = "uri"; public static final String NAMENODEURI = "fs";
/** /**
* Computes a plan for a given set of nodes. * Computes a plan for a given set of nodes.
*/ */