You are viewing a plain text version of this content. The canonical link for it is here.
Posted to common-dev@hadoop.apache.org by "Arpit Gupta (JIRA)" <ji...@apache.org> on 2014/02/06 21:34:10 UTC

[jira] [Created] (HADOOP-10328) loadGenerator exit code is not reliable

Arpit Gupta created HADOOP-10328:
------------------------------------

             Summary: loadGenerator exit code is not reliable
                 Key: HADOOP-10328
                 URL: https://issues.apache.org/jira/browse/HADOOP-10328
             Project: Hadoop Common
          Issue Type: Bug
          Components: tools
    Affects Versions: 2.2.0
            Reporter: Arpit Gupta
            Assignee: Haohui Mai


LoadGenerator exit code is determined using the following logic

{code}
int exitCode = init(args);
    if (exitCode != 0) {
      return exitCode;
    }
{code}

At the end of the run we just return the exitCode. So essentially if you are arguments are correct you will always get 0 back.



--
This message was sent by Atlassian JIRA
(v6.1.5#6160)