getJobID() returns null on org.apache.hadoop.mapreduce.Job after job was
submitted
----------------------------------------------------------------------------------
Key: MAPREDUCE-1234
URL: https://issues.apache.org/jira/browse/MAPREDUCE-1234
Project: Hadoop Map/Reduce
Issue Type: Bug
Components: client
Affects Versions: 0.20.1
Environment: Run on Win XP, but will propably occur on any system
Reporter: Thomas Kathmann
Priority: Minor
After an instance of org.apache.hadoop.mapreduce.Job is submitted via submit()
the method getJobID() returns null.
The code of the submit() method should include something like:
setJobID(info.getJobID());
after
info = jobClient.submitJobInternal(conf);
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.