You are viewing a plain text version of this content. The canonical link for it is here.
Posted to common-dev@hadoop.apache.org by "Robert Chansler (JIRA)" <ji...@apache.org> on 2009/03/03 20:18:56 UTC

[jira] Updated: (HADOOP-4818) Enable JobTracker Instrumentation API with user job configuration

     [ https://issues.apache.org/jira/browse/HADOOP-4818?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Robert Chansler updated HADOOP-4818:
------------------------------------

    Release Note:   (was: What is new in HADOOP-4818:

- Make Job Instrumentation API public
- Pass user job configuration to instrumentation 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-1.patch, 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.