You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@pig.apache.org by "Daniel Dai (JIRA)" <ji...@apache.org> on 2010/12/03 18:56:11 UTC

[jira] Resolved: (PIG-1753) Pig does not honor mapreduce.fileoutputcommitter.marksuccessfuljobs

     [ https://issues.apache.org/jira/browse/PIG-1753?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Daniel Dai resolved PIG-1753.
-----------------------------

       Resolution: Duplicate
    Fix Version/s: 0.7.0

It is a duplication of [PIG-1433|https://issues.apache.org/jira/browse/PIG-1433] which is fixed in 0.7.

> Pig does not honor mapreduce.fileoutputcommitter.marksuccessfuljobs
> -------------------------------------------------------------------
>
>                 Key: PIG-1753
>                 URL: https://issues.apache.org/jira/browse/PIG-1753
>             Project: Pig
>          Issue Type: Bug
>          Components: impl
>    Affects Versions: 0.7.0
>            Reporter: Alejandro Abdelnur
>             Fix For: 0.7.0
>
>
> Hadoop FileOutputCommitter has a flag to write a _SUCCESS file in the output directory on job completion:
>     mapreduce.fileoutputcommitter.marksuccessfuljobs = true
> PigOutputCommitter does not extend FileOutputCommitter thus did not get this feature when it was introduced to FileOutputCommitter.
> The absence of this make Oozie coordinator jobs to work incorrectly when using Pig jobs.

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