You are viewing a plain text version of this content. The canonical link for it is here.
Posted to mapreduce-dev@hadoop.apache.org by "Pradeep Kamath (JIRA)" <ji...@apache.org> on 2009/10/24 03:49:59 UTC

[jira] Created: (MAPREDUCE-1151) Cleanup and Setup jobs should only call cleanupJob() and setupJob() methods of the OutputCommitter

Cleanup and Setup jobs should only call cleanupJob() and setupJob() methods of the OutputCommitter
--------------------------------------------------------------------------------------------------

                 Key: MAPREDUCE-1151
                 URL: https://issues.apache.org/jira/browse/MAPREDUCE-1151
             Project: Hadoop Map/Reduce
          Issue Type: Bug
    Affects Versions: 0.20.1
            Reporter: Pradeep Kamath


The cleanup and setup jobs run as map jobs and call setUpTask() , needsTaskCommit() and possibly commitTask() and abortTask() methods of the OutputCommitter. They should only be calling the cleanupJob() and setupJob() methods.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Resolved: (MAPREDUCE-1151) Cleanup and Setup jobs should only call cleanupJob() and setupJob() methods of the OutputCommitter

Posted by "Amareshwari Sriramadasu (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/MAPREDUCE-1151?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Amareshwari Sriramadasu resolved MAPREDUCE-1151.
------------------------------------------------

    Resolution: Duplicate

Fixed by MAPREDUCE-1476

> Cleanup and Setup jobs should only call cleanupJob() and setupJob() methods of the OutputCommitter
> --------------------------------------------------------------------------------------------------
>
>                 Key: MAPREDUCE-1151
>                 URL: https://issues.apache.org/jira/browse/MAPREDUCE-1151
>             Project: Hadoop Map/Reduce
>          Issue Type: Bug
>    Affects Versions: 0.20.1
>            Reporter: Pradeep Kamath
>
> The cleanup and setup jobs run as map jobs and call setUpTask() , needsTaskCommit() and possibly commitTask() and abortTask() methods of the OutputCommitter. They should only be calling the cleanupJob() and setupJob() methods.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.