[ https://issues.apache.org/jira/browse/HADOOP-4847?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Devaraj Das updated HADOOP-4847: -------------------------------- Resolution: Fixed Fix Version/s: 0.19.1 Hadoop Flags: [Reviewed] Status: Resolved (was: Patch Available) I just committed this. Thanks, Amareshwari! > 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.19.1, 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.