Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Duplicate
-
0.20.1, 0.20.2
-
None
-
None
-
None
Description
After MAPREDUCE-130, the job's conf copy will be deleted from the log directory of the JobTracker when the job is retired. However, it just works if the job is retired by RetireJobs thread of JobTracker. If a job is retired by the same user's another job, its conf copy will not be deleted. This kind of retire happens in JobTracker::finalizeJob(job), when JobTracker maintains more than MAX_COMPLETE_USER_JOBS_IN_MEMORY jobs information in memory for a given user.
Attachments
Attachments
Issue Links
- is duplicated by
-
MAPREDUCE-757 JobConf will not be deleted from the logs folder if job retires from finalizeJob()
- Resolved
- relates to
-
MAPREDUCE-130 Delete the jobconf copy from the log directory of the JobTracker when the job is retired
- Resolved