You are viewing a plain text version of this content. The canonical link for it is here.
Posted to hcatalog-commits@incubator.apache.org by ga...@apache.org on 2012/03/30 03:23:01 UTC

svn commit: r1307224 - /incubator/hcatalog/trunk/CHANGES.txt

Author: gates
Date: Fri Mar 30 03:23:00 2012
New Revision: 1307224

URL: http://svn.apache.org/viewvc?rev=1307224&view=rev
Log:
Changes to reflect features ported to 0.4.

Modified:
    incubator/hcatalog/trunk/CHANGES.txt

Modified: incubator/hcatalog/trunk/CHANGES.txt
URL: http://svn.apache.org/viewvc/incubator/hcatalog/trunk/CHANGES.txt?rev=1307224&r1=1307223&r2=1307224&view=diff
==============================================================================
--- incubator/hcatalog/trunk/CHANGES.txt (original)
+++ incubator/hcatalog/trunk/CHANGES.txt Fri Mar 30 03:23:00 2012
@@ -25,8 +25,6 @@ Trunk (unreleased changes)
   NEW FEATURES
   HCAT-328 HCatLoader should report its input size so pig can estimate the number of reducers (traviscrawford via gates)
 
-  HCAT-287 Add data api to HCatalog (hashutosh)
-
   IMPROVEMENTS
   HCAT-329 HCatalog build fails with pig 0.9 (traviscrawford via hashutosh)
 
@@ -64,6 +62,8 @@ Release 0.4.0 - Unreleased
   HCAT-240. Changes to HCatOutputFormat to make it use SerDes instead of StorageDriver (toffer)
 
   NEW FEATURES
+  HCAT-287 Add data api to HCatalog (hashutosh)
+
   HCAT-310 Turn current RM implementation into HBase Coprocessor (thw via toffer)
 
   HCAT-334 HCatalog should generate a POM file so it can be deployed to a maven repo (traviscrawford via gates)