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:
parent
5b8e1c26d7
commit
0774412e41
@ -60,7 +60,7 @@ public class DiskBalancer extends Configured implements Tool {
|
||||
* <p>
|
||||
* 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.
|
||||
*/
|
||||
|
Loading…
Reference in New Issue
Block a user