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)