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 "nijel (JIRA)" <ji...@apache.org> on 2015/09/28 10:05:04 UTC

[jira] [Created] (HDFS-9159) [OIV] : return value of the command is not correct if invalid value specified in "-p (processor)" option

nijel created HDFS-9159:
---------------------------

             Summary: [OIV] : return value of the command is not correct if invalid value specified in "-p (processor)" option
                 Key: HDFS-9159
                 URL: https://issues.apache.org/jira/browse/HDFS-9159
             Project: Hadoop HDFS
          Issue Type: Sub-task
            Reporter: nijel
            Assignee: nijel


Return value of the IOV command is not correct if invalid value specified in "-p (processor)" option


this needs to return error to user.
code change will be in switch statement of

{code}
 try (PrintStream out = outputFile.equals("-") ?
        System.out : new PrintStream(outputFile, "UTF-8")) {
      switch (processor) {
{code}




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