You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pig.apache.org by da...@apache.org on 2011/09/27 20:34:18 UTC

svn commit: r1176505 - /pig/branches/branch-0.9/CHANGES.txt

Author: daijy
Date: Tue Sep 27 18:34:17 2011
New Revision: 1176505

URL: http://svn.apache.org/viewvc?rev=1176505&view=rev
Log:
Clean up 0.9.1 change log

Modified:
    pig/branches/branch-0.9/CHANGES.txt

Modified: pig/branches/branch-0.9/CHANGES.txt
URL: http://svn.apache.org/viewvc/pig/branches/branch-0.9/CHANGES.txt?rev=1176505&r1=1176504&r2=1176505&view=diff
==============================================================================
--- pig/branches/branch-0.9/CHANGES.txt (original)
+++ pig/branches/branch-0.9/CHANGES.txt Tue Sep 27 18:34:17 2011
@@ -40,6 +40,26 @@ PIG-2221: Couldnt find documentation for
 
 BUG FIXES
 
+PIG-1857: Create an package integration project (eyang via daijy)
+
+PIG-2013: Penny gets a null pointer when no properties are set (breed via daijy)
+
+PIG-2102: MonitoredUDF does not work (dvryaboy)
+
+PIG-2152: Null pointer exception while reporting progress (thejas)
+
+PIG-2183: Pig not working with Hadoop 0.20.203.0 (daijy)
+
+PIG-2193: Using HBaseStorage to scan 2 tables in the same Map job produces bad data (rangadi via dvryaboy)
+
+PIG-2199: Penny throws Exception when netty classes are missing (ddaniels888 via daijy)
+
+PIG-2231: Limit produce wrong number of records after foreach flatten (daijy)
+
+PIG-2258: ant rpm doesn't work (daijy)
+
+PIG-2264: Change conf/log4j.properties to conf/log4j.properties.template (daijy)
+
 PIG-2208: Restrict number of PIG generated Haddop counters (rding via daijy)
 
 PIG-2223: error accessing column in output schema of udf having project-star input (thejas)
@@ -74,8 +94,6 @@ PIG-1876: Typed map for Pig (daijy)
 
 IMPROVEMENTS
 
-PIG-1857: Create an package integration project (eyang via daijy)
-
 PIG-2129:  NOTICE file needs updates (gates via olgan)
 
 PIG-536: the shell script 'pig' does not work if PIG_HOME has the word 'hadoop' in it's directory (miguno via olgan)
@@ -234,24 +252,6 @@ PIG-1696: Performance: Use System.arrayc
 
 BUG FIXES
 
-PIG-2264: Change conf/log4j.properties to conf/log4j.properties.template (daijy)
-
-PIG-2152: Null pointer exception while reporting progress (thejas)
-
-PIG-2258: ant rpm doesn't work (daijy)
-
-PIG-2231: Limit produce wrong number of records after foreach flatten (daijy)
-
-PIG-2193: Using HBaseStorage to scan 2 tables in the same Map job produces bad data (rangadi via dvryaboy)
-
-PIG-2102: MonitoredUDF does not work (dvryaboy)
-
-PIG-2183: Pig not working with Hadoop 0.20.203.0 (daijy)
-
-PIG-2199: Penny throws Exception when netty classes are missing (ddaniels888 via daijy)
-
-PIG-2013: Penny gets a null pointer when no properties are set (breed via daijy)
-
 PIG-2146: POStore.getSchema() returns null because of which PigOutputCommitter
  is not storing schema while cleanup (thejas)