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:21:00 UTC

svn commit: r1307222 - in /incubator/hcatalog/branches/branch-0.4: CHANGES.txt build.xml

Author: gates
Date: Fri Mar 30 03:21:00 2012
New Revision: 1307222

URL: http://svn.apache.org/viewvc?rev=1307222&view=rev
Log:
HCATALOG-354 hive-hbase-handler jar not getting put in hcat package

Modified:
    incubator/hcatalog/branches/branch-0.4/CHANGES.txt
    incubator/hcatalog/branches/branch-0.4/build.xml

Modified: incubator/hcatalog/branches/branch-0.4/CHANGES.txt
URL: http://svn.apache.org/viewvc/incubator/hcatalog/branches/branch-0.4/CHANGES.txt?rev=1307222&r1=1307221&r2=1307222&view=diff
==============================================================================
--- incubator/hcatalog/branches/branch-0.4/CHANGES.txt (original)
+++ incubator/hcatalog/branches/branch-0.4/CHANGES.txt Fri Mar 30 03:21:00 2012
@@ -93,6 +93,8 @@ Release 0.4.0 - Unreleased
   OPTIMIZATIONS
 
   BUG FIXES
+  HCAT-354 hive-hbase-handler jar not getting put in hcat package (gates)
+
   HCAT-348 HCatUtil::getHiveConf(Configuration) ignores passed-in conf while creating HiveConf (gates)
 
   HCAT-312 Hcatalog rpms change the ownership of /usr/lib64 to hcat user (gkesavan via gates)

Modified: incubator/hcatalog/branches/branch-0.4/build.xml
URL: http://svn.apache.org/viewvc/incubator/hcatalog/branches/branch-0.4/build.xml?rev=1307222&r1=1307221&r2=1307222&view=diff
==============================================================================
--- incubator/hcatalog/branches/branch-0.4/build.xml (original)
+++ incubator/hcatalog/branches/branch-0.4/build.xml Fri Mar 30 03:21:00 2012
@@ -521,6 +521,10 @@
         <include name="hive-cli-*.jar"/>
       </fileset>
 
+      <fileset dir="hive/external/build/hbase-handler">
+        <include name="hive-hbase-handler-*.jar"/>
+      </fileset>
+
       <fileset dir="hive/external/build/service">
         <include name="hive-service-*.jar"/>
       </fileset>