-
Type:
Sub-task
-
Status: Resolved
-
Priority:
Critical
-
Resolution: Fixed
-
Affects Version/s: HDFS-1312
-
Fix Version/s: HDFS-1312
-
Component/s: balancer & mover, datanode
-
Labels:None
-
Hadoop Flags:Reviewed
In ExecuteCommand#execute, it checks the plan file as
Preconditions.checkArgument(planFile == null || planFile.isEmpty(), "Invalid plan file specified.");
Which stops the execution with a correct planFile argument.