Add JobConf and JobID to job related methods in JobTrackerInstrumentation
-------------------------------------------------------------------------
Key: HADOOP-4194
URL: https://issues.apache.org/jira/browse/HADOOP-4194
Project: Hadoop Core
Issue Type: Improvement
Components: mapred
Affects Versions: 0.19.0
Reporter: Mac Yang
For example, would like to change from,
public void submitJob()
to
public void submitJob(JobConf conf, JobID id)
So the instrumentation class could retrieve / store job specific information.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.