-
Type:
Sub-task
-
Status: Resolved
-
Priority:
Minor
-
Resolution: Fixed
-
Affects Version/s: HDFS-1312
-
Fix Version/s: None
-
Component/s: datanode
-
Labels:None
-
Hadoop Flags:Reviewed
PlanCommand currently uses -uri to specify NameNode, while in all other hdfs commands (i.e., hdfs dfsadmin and hdfs balancer)) they use -fs to specify NameNode.
It'd be better to use -fs here.