Author: gates
Date: Wed Jul 6 21:05:46 2011
New Revision: 1143564
URL: http://svn.apache.org/viewvc?rev=1143564&view=rev
Log:
HCATALOG-55 HCatalog distribution missing a few required jars.
Modified:
incubator/hcatalog/branches/branch-0.1/CHANGES.txt
incubator/hcatalog/branches/branch-0.1/build.xml
Modified: incubator/hcatalog/branches/branch-0.1/CHANGES.txt
URL:
http://svn.apache.org/viewvc/incubator/hcatalog/branches/branch-0.1/CHANGES.txt?rev=1143564&r1=1143563&r2=1143564&view=diff
==============================================================================
--- incubator/hcatalog/branches/branch-0.1/CHANGES.txt (original)
+++ incubator/hcatalog/branches/branch-0.1/CHANGES.txt Wed Jul 6 21:05:46 2011
@@ -37,6 +37,8 @@ Release 0.1.0
OPTIMIZATIONS
BUG FIXES
+ HCAT-55. HCatalog distribution missing a few required jars (gates)
+
HCAT-45. HCatalog release tar ball source code has problems (gates)
HCAT-41. Changes to hcat.sh in HCATALOG-20 broke the -e option (gates)
Modified: incubator/hcatalog/branches/branch-0.1/build.xml
URL:
http://svn.apache.org/viewvc/incubator/hcatalog/branches/branch-0.1/build.xml?rev=1143564&r1=1143563&r2=1143564&view=diff
==============================================================================
--- incubator/hcatalog/branches/branch-0.1/build.xml (original)
+++ incubator/hcatalog/branches/branch-0.1/build.xml Wed Jul 6 21:05:46 2011
@@ -360,6 +360,7 @@
<fileset dir="hive/external/build/ivy/lib/default">
<include name="jdo2-api-*.jar"/>
<include name="log4j-*.jar"/>
+ <include name="slf4j-*.jar"/>
<include name="datanucleus-connectionpool-*.jar"/>
<include name="datanucleus-core-*.jar"/>
<include name="datanucleus-rdbms-*.jar"/>
@@ -370,6 +371,10 @@
<include name="guava-*.jar"/>
</fileset>
+ <fileset dir="hive/external/build/shims">
+ <include name="hive-shims-*.jar"/>
+ </fileset>
+
<fileset dir="hive/external/build/common">
<include name="hive-common-*.jar"/>
</fileset>