Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
None
-
None
-
None
-
Redhat EL 5, Java 6
-
Reviewed
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.
Attachments
Attachments
Issue Links
- blocks
-
HADOOP-4843 Collect Job History log file and Job Conf file into Chukwa
- Closed