[
https://issues.apache.org/jira/browse/HADOOP-965?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Doug Cutting updated HADOOP-965:
--------------------------------
Resolution: Fixed
Status: Resolved (was: Patch Available)
I just committed this. Thanks, Dennis!
> 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
>
> Attachments: isolation.patch
>
>
> 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.