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
Fix For: 0.20.0
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.