Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
None
-
None
-
None
-
Reviewed
-
When a job is initialized, it localizes the job conf to the logs dir. Without this patch I never gets deleted. Now when the job retires, the conf is deleted. This local copy is required to display on the webui.
Description
The JobTracker (for web-ui viewing purposes), copies the jobconf from the hdfs and store it in the log directory. The file should be deleted when the job is retired (removed from memory).
Attachments
Attachments
Issue Links
- is related to
-
MAPREDUCE-2714 When a job is retired by the same user's another job, its jobconf file is not deleted from the log directory of the JobTracker
- Resolved