You are viewing a plain text version of this content. The canonical link for it is here.
Posted to hdfs-dev@hadoop.apache.org by "Lei (Eddy) Xu (JIRA)" <ji...@apache.org> on 2016/06/07 19:26:21 UTC

[jira] [Created] (HDFS-10496) ExecuteCommand checks planFile in a wrong way

Lei (Eddy) Xu created HDFS-10496:
------------------------------------

             Summary: ExecuteCommand checks planFile in a wrong way
                 Key: HDFS-10496
                 URL: https://issues.apache.org/jira/browse/HDFS-10496
             Project: Hadoop HDFS
          Issue Type: Sub-task
          Components: datanode
    Affects Versions: HDFS-1312
            Reporter: Lei (Eddy) Xu
            Assignee: Lei (Eddy) Xu
            Priority: Critical


In {{ExecuteCommand#execute}}, it checks the plan file as 

{code}
 Preconditions.checkArgument(planFile == null || planFile.isEmpty(),
        "Invalid plan file specified.");
{code}

Which stops the execution with a correct planFile argument.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

---------------------------------------------------------------------
To unsubscribe, e-mail: hdfs-dev-unsubscribe@hadoop.apache.org
For additional commands, e-mail: hdfs-dev-help@hadoop.apache.org