Description
LoadGenerator exit code is determined using the following logic
int exitCode = init(args); if (exitCode != 0) { return exitCode; }
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.
Attachments
Attachments
Issue Links
- breaks
-
HADOOP-14902 LoadGenerator#genFile write close timing is incorrectly calculated
- Resolved