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 ha...@apache.org on 2011/12/21 19:27:18 UTC

svn commit: r1221844 - in /incubator/hcatalog/trunk: CHANGES.txt build.xml ivy/libraries.properties

Author: hashutosh
Date: Wed Dec 21 19:27:17 2011
New Revision: 1221844

URL: http://svn.apache.org/viewvc?rev=1221844&view=rev
Log:
HCATALOG-186: Downgrade ivy to 2.1.0 (currently 2.2.0) per HIVE-2580 HCATALOG-187: HCatalog release missing Hive builtins (traviscrawford via hashutosh)

Modified:
    incubator/hcatalog/trunk/CHANGES.txt
    incubator/hcatalog/trunk/build.xml
    incubator/hcatalog/trunk/ivy/libraries.properties

Modified: incubator/hcatalog/trunk/CHANGES.txt
URL: http://svn.apache.org/viewvc/incubator/hcatalog/trunk/CHANGES.txt?rev=1221844&r1=1221843&r2=1221844&view=diff
==============================================================================
--- incubator/hcatalog/trunk/CHANGES.txt (original)
+++ incubator/hcatalog/trunk/CHANGES.txt Wed Dec 21 19:27:17 2011
@@ -52,6 +52,10 @@ Trunk (unreleased changes)
   HCAT-63. RPM package integration with Hadoop (khorgath via hashutosh)
 
   IMPROVEMENTS
+  HCAT-187. HCatalog release missing Hive builtins (traviscrawford via hashutosh)
+
+  HCAT-186. Downgrade ivy to 2.1.0 (currently 2.2.0) per HIVE-2580 (traviscrawford via hashutosh)
+
   HCAT-10. Shouldn't assume the secure hadoop installation (julienledem via hashutosh)
 
   HCAT-172. End-to-end test framework for HCatalog (daijyc via hashutosh)

Modified: incubator/hcatalog/trunk/build.xml
URL: http://svn.apache.org/viewvc/incubator/hcatalog/trunk/build.xml?rev=1221844&r1=1221843&r2=1221844&view=diff
==============================================================================
--- incubator/hcatalog/trunk/build.xml (original)
+++ incubator/hcatalog/trunk/build.xml Wed Dec 21 19:27:17 2011
@@ -467,6 +467,10 @@
         <include name="hive-shims-*.jar"/>
       </fileset>
 
+      <fileset dir="hive/external/build/builtins">
+        <include name="hive-builtins-*.jar"/>
+      </fileset>
+
       <fileset dir="hive/external/build/common">
         <include name="hive-common-*.jar"/>
       </fileset>

Modified: incubator/hcatalog/trunk/ivy/libraries.properties
URL: http://svn.apache.org/viewvc/incubator/hcatalog/trunk/ivy/libraries.properties?rev=1221844&r1=1221843&r2=1221844&view=diff
==============================================================================
--- incubator/hcatalog/trunk/ivy/libraries.properties (original)
+++ incubator/hcatalog/trunk/ivy/libraries.properties Wed Dec 21 19:27:17 2011
@@ -14,7 +14,7 @@
 #It drives ivy and the generation of a maven POM
 
 junit.version=3.8.1
-ivy.version=2.2.0
+ivy.version=2.1.0
 pig.version=0.8.0
 commons-cli.version=1.0
 #hadoop-core.version=0.20.2 Waiting for a secure version of hadoop in maven