Details
-
Sub-task
-
Status: Resolved
-
Critical
-
Resolution: Fixed
-
HDFS-1312
-
None
-
Reviewed
Description
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.