[
https://issues.apache.org/jira/browse/PIG-1433?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12875321#action_12875321
]
Gianmarco De Francisci Morales commented on PIG-1433:
-----------------------------------------------------
Just for the sake of clean code, constant interface is an anti-pattern.
http://en.wikipedia.org/wiki/Constant_interface
Public final instance controlled (no instance) classes are better for this
purpose.
> pig should create success file if
> mapreduce.fileoutputcommitter.marksuccessfuljobs is true
> ------------------------------------------------------------------------------------------
>
> Key: PIG-1433
> URL: https://issues.apache.org/jira/browse/PIG-1433
> Project: Pig
> Issue Type: Bug
> Affects Versions: 0.8.0
> Reporter: Pradeep Kamath
> Assignee: Pradeep Kamath
> Fix For: 0.8.0
>
> Attachments: PIG-1433.patch
>
>
> pig should create success file if
> mapreduce.fileoutputcommitter.marksuccessfuljobs is true
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.