You are viewing a plain text version of this content. The canonical link for it is here.
Posted to common-dev@hadoop.apache.org by "Amareshwari Sriramadasu (JIRA)" <ji...@apache.org> on 2009/01/06 08:33:44 UTC

[jira] Commented: (HADOOP-4847) OutputCommitter is loaded in the TaskTracker in localizeConfiguration

    [ https://issues.apache.org/jira/browse/HADOOP-4847?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12661064#action_12661064 ] 

Amareshwari Sriramadasu commented on HADOOP-4847:
-------------------------------------------------

test-patch has no warnings. All core and contrib unit tests passed.

> 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.