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 "Devaraj Das (JIRA)" <ji...@apache.org> on 2009/01/08 06:38:44 UTC

[jira] Updated: (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: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.