[
https://issues.apache.org/jira/browse/HADOOP-4847?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Amareshwari Sriramadasu updated HADOOP-4847:
--------------------------------------------
Attachment: patch-4847.txt
Attaching the patch with the fix and testcase.
> OutputCommitter is loaded in the TaskTracker in localizeConfiguration
> ---------------------------------------------------------------------
>
> Key: HADOOP-4847
> URL: https://issues.apache.org/jira/browse/HADOOP-4847
> Project: Hadoop Core
> Issue Type: Bug
> Components: mapred
> Affects Versions: 0.19.0
> Reporter: Owen O'Malley
> Assignee: Amareshwari Sriramadasu
> Priority: Blocker
> Fix For: 0.20.0
>
> Attachments: patch-4847.txt
>
>
> The TaskTracker localizes the JobConf for the task. Currently, this involves
> creating an OutputCommitter to set the work path. Since the TaskTracker will
> not have the user's OutputCommitter, this will get a ClassNotFoundException,
> unless they use FileOutputCommitter.
> There should also be a test case for this case.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.