[
https://issues.apache.org/jira/browse/HADOOP-4818?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Eric Yang updated HADOOP-4818:
------------------------------
Description: The JobTracker Instrumentation API is currently sending
JobTracker configuration to submitJob(conf, JobID) call. Instead, this should
be changed to submitJob(job.getJobConf(), JobID) to obtain job related
configuration. i.e., Chukwa could use this API to find out the job history
file location. In addition, the API should be public for general public to
implement useful utilities to interface with this API. (was: The JobTracker
Instrumentation API is currently sending JobTracker configuration to
submitJob(conf, JobID) call. Instead, this should be changed to
submitJob(job.getJobConf(), JobID) to obtain job related configuration. i.e.,
if Chukwa could use this API to find out the job history file location. In
addition, the API should be public for general public to implement useful
utilities to interface with this API.)
> Enable JobTracker Instrumentation API with user job configuration
> -----------------------------------------------------------------
>
> Key: HADOOP-4818
> URL: https://issues.apache.org/jira/browse/HADOOP-4818
> Project: Hadoop Core
> Issue Type: Bug
> Components: mapred
> Environment: Redhat EL 5, Java 6
> Reporter: Eric Yang
> Assignee: Eric Yang
> Fix For: 0.20.0
>
> Attachments: HADOOP-4818.patch
>
>
> The JobTracker Instrumentation API is currently sending JobTracker
> configuration to submitJob(conf, JobID) call. Instead, this should be
> changed to submitJob(job.getJobConf(), JobID) to obtain job related
> configuration. i.e., Chukwa could use this API to find out the job history
> file location. In addition, the API should be public for general public to
> implement useful utilities to interface with this API.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.