You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pig.apache.org by rd...@apache.org on 2010/11/13 01:01:43 UTC

svn commit: r1034605 - /pig/trunk/CHANGES.txt

Author: rding
Date: Sat Nov 13 00:01:42 2010
New Revision: 1034605

URL: http://svn.apache.org/viewvc?rev=1034605&view=rev
Log:
PIG-1714: Option mapred.output.compress doesn't work in Pig 0.8 but worked in 0.7

Modified:
    pig/trunk/CHANGES.txt

Modified: pig/trunk/CHANGES.txt
URL: http://svn.apache.org/viewvc/pig/trunk/CHANGES.txt?rev=1034605&r1=1034604&r2=1034605&view=diff
==============================================================================
--- pig/trunk/CHANGES.txt (original)
+++ pig/trunk/CHANGES.txt Sat Nov 13 00:01:42 2010
@@ -220,6 +220,9 @@ PIG-1309: Map-side Cogroup (ashutoshc)
 
 BUG FIXES
 
+PIG-1714: Option mapred.output.compress doesn't work in Pig 0.8 but worked in
+0.7 (xuefuz via rding)
+
 PIG-1715: pig-withouthadoop.jar missing automaton.jar (thejas)
 
 PIG-1706: New logical plan: PushDownFlattenForEach fail if flattened field has user defined schema (daijy)