Details
-
Bug
-
Status: Resolved
-
Minor
-
Resolution: Cannot Reproduce
-
0.20.2
-
None
-
None
Description
jobconf_history.jsp is not showing job config for retired jobs, even job id mentioned on this page is wrong. As per mapreduce code all this information is calculated from logFile param passed to these jsp, which flows form jobtracker.jsp -> jobdetailshistory.jsp -> jobconf_history.jsp as shown below.
----------------------------------- Display on UI
Job Configuration: JobId - 0001_1364233671929_abhisheg
Failed to retreive job configuration for job '0001_1364233671929_abhisheg! java.io.FileNotFoundException: File file:/Users/abhisheg/hadoop/logs/history/done/localhost_1364233603831_/2013/02/25/000000/job_201303252316_0001_1364233671929_abhisheg_conf.xml does not exist
-----------------------------------
actual file is at - /Users/abhisheg/hadoop/logs/history/done/localhost_1364233603831_/2013/02/25/000000/localhost_1364233603831_job_201303252316_0001_conf.xml