Isolation Runner looking for job.jar in wrong directory
-------------------------------------------------------
Key: HADOOP-965
URL: https://issues.apache.org/jira/browse/HADOOP-965
Project: Hadoop
Issue Type: Bug
Components: mapred
Environment: windows and linux
Reporter: Dennis Kubes
Fix For: 0.11.0
The IsolationTaskRunner is looking for the job.jar file in the task directory
similar to this:
/d01/dennis/hadoop/mapred/local/taskTracker/jobcache/job_0001/task_0001_m_000000_0/job.jar
This actual file is:
/d01/dennis/hadoop/mapred/local/taskTracker/jobcache/job_0001/job.jar
I have changed the IsolationTaskRunner to look in the correct directory for the
jar file.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.