Return-Path: X-Original-To: apmail-pig-commits-archive@www.apache.org Delivered-To: apmail-pig-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 5F7BF9BFD for ; Tue, 27 Sep 2011 18:35:27 +0000 (UTC) Received: (qmail 12345 invoked by uid 500); 27 Sep 2011 18:35:27 -0000 Delivered-To: apmail-pig-commits-archive@pig.apache.org Received: (qmail 12321 invoked by uid 500); 27 Sep 2011 18:35:27 -0000 Mailing-List: contact commits-help@pig.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@pig.apache.org Delivered-To: mailing list commits@pig.apache.org Received: (qmail 12314 invoked by uid 99); 27 Sep 2011 18:35:27 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 27 Sep 2011 18:35:27 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO eris.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 27 Sep 2011 18:35:24 +0000 Received: from eris.apache.org (localhost [127.0.0.1]) by eris.apache.org (Postfix) with ESMTP id 4E2002388A9C for ; Tue, 27 Sep 2011 18:35:03 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1176507 - /pig/trunk/CHANGES.txt Date: Tue, 27 Sep 2011 18:35:03 -0000 To: commits@pig.apache.org From: daijy@apache.org X-Mailer: svnmailer-1.0.8-patched Message-Id: <20110927183503.4E2002388A9C@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: daijy Date: Tue Sep 27 18:35:02 2011 New Revision: 1176507 URL: http://svn.apache.org/viewvc?rev=1176507&view=rev Log: Clean up 0.9.1 change log Modified: pig/trunk/CHANGES.txt Modified: pig/trunk/CHANGES.txt URL: http://svn.apache.org/viewvc/pig/trunk/CHANGES.txt?rev=1176507&r1=1176506&r2=1176507&view=diff ============================================================================== --- pig/trunk/CHANGES.txt (original) +++ pig/trunk/CHANGES.txt Tue Sep 27 18:35:02 2011 @@ -63,8 +63,6 @@ PIG-2168: CubeDimensions UDF (dvryaboy) PIG-2189: e2e test harness needs to use Pig as a source of truth (gates via daijy) -PIG-1857: Create an package integration project (eyang via daijy) - PIG-1904: Default split destination (azaroth via thejas) PIG-2125: Make Pig work with hadoop .NEXT (daijy) @@ -134,18 +132,12 @@ PIG-2228: support partial aggregation in BUG FIXES -PIG-2223: error accessing column in output schema of udf having project-star input (thejas) - PIG-2273: Pig.compileFromFile in embedded python fails when pig script starts with a comment (ddaniels888 via gates) PIG-2278: Wrong version numbers for libraries in eclipse template classpath (azaroth) -PIG-2152: Null pointer exception while reporting progress (thejas) - PIG-2115: Fix Pig HBaseStorage configuration and setup issues (gbowyer@fastmail.co.uk via dvryaboy) -PIG-2193: Using HBaseStorage to scan 2 tables in the same Map job produces bad data (rangadi via dvryaboy) - PIG-2232: "declare" document contains a typo (daijy) PIG-2055: inconsistent behavior in parser generated during build (thejas) @@ -160,12 +152,8 @@ PIG-2215: Newlines in function arguments PIG-2214: InternalSortedBag two-arg constructor doesn't pass bagCount (sallen via gates) -PIG-2102: MonitoredUDF does not work (dvryaboy) - PIG-2174: HBaseStorage column filters miss some fields (billgraham via dvryaboy) -PIG-2183: Pig not working with Hadoop 0.20.203.0 (daijy) - PIG-2090: re-enable TestGrunt test cases (thejas) PIG-2181: Improvement : for error message when describe misses alias (vivekp via daijy) @@ -259,6 +247,22 @@ 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-2223: error accessing column in output schema of udf having project-star input (thejas) + PIG-2208: Restrict number of PIG generated Haddop counters (rding via daijy) PIG-2299: jetty 6.1.14 startup issue causes unit tests to fail in CI (thw via daijy) @@ -451,10 +455,6 @@ PIG-1696: Performance: Use System.arrayc BUG FIXES -PIG-2013: Penny gets a null pointer when no properties are set (breed via daijy) - -PIG-2199: Penny throws Exception when netty classes are missing (ddaniels888 via daijy) - PIG-2159: New logical plan uses incorrect class for SUM causing for ClassCastException (daijy) PIG-2106: Fix Zebra unit test TestBasicUnion.testNeg3, TestBasicUnion.testNeg4 (daijy)