[
https://issues.apache.org/jira/browse/PIG-1714?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12931570#action_12931570 ]
Xuefu Zhang commented on PIG-1714:
----------------------------------
[exec] There appear to be 463 release audit warnings before the patch and 463 release audit warnings after applying the patch.
[exec]
[exec]
[exec]
[exec]
[exec] +1 overall.
[exec]
[exec] +1 @author. The patch does not contain any @author tags.
[exec]
[exec] +1 tests included. The patch appears to include 3 new or modified tests.
[exec]
[exec] +1 javadoc. The javadoc tool did not generate any warning messages.
[exec]
[exec] +1 javac. The applied patch does not increase the total number of javac compiler warnings.
[exec]
[exec] +1 findbugs. The patch does not introduce any new Findbugs warnings.
[exec]
[exec] +1 release audit. The applied patch does not increase the total number of release audit warnings.
[exec]
[exec]
[exec]
[exec]
[exec] ======================================================================
[exec] ======================================================================
[exec] Finished build.
[exec] ======================================================================
[exec] ======================================================================
[exec]
[exec]
BUILD SUCCESSFUL
Option mapred.output.compress doesn't work in Pig 0.8 but worked in 0.7
-----------------------------------------------------------------------
Key: PIG-1714
URL:
https://issues.apache.org/jira/browse/PIG-1714Project: Pig
Issue Type: Bug
Reporter: Xuefu Zhang
Assignee: Xuefu Zhang
Fix For: 0.8.0
Attachments: jira-1714-0.patch
Command line options -Dmapred.output.compress and -Dmapred.output.compression.codec worked in Pig 0.7, which, when set, would compress the output, whether or not the output has an extension .gz, .bz, or .bz2. This behavior changed in 0.8 in that compression is on only if the output has such extensions. In other words, the command line options have no effect.
Pig needs to clarify the right way to enable/disable compression and implement it accordingly.
The behavior change is probably related to PIg-1533.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.