Author: khorgath
Date: Mon Dec 5 22:36:16 2011
New Revision: 1210687
URL: http://svn.apache.org/viewvc?rev=1210687&view=rev
Log:
HCATALOG-176 Class not found exception when running TestPigStorageDriver (daijy
via khorgath)
Modified:
incubator/hcatalog/trunk/CHANGES.txt
incubator/hcatalog/trunk/build-common.xml
Modified: incubator/hcatalog/trunk/CHANGES.txt
URL:
http://svn.apache.org/viewvc/incubator/hcatalog/trunk/CHANGES.txt?rev=1210687&r1=1210686&r2=1210687&view=diff
==============================================================================
--- incubator/hcatalog/trunk/CHANGES.txt (original)
+++ incubator/hcatalog/trunk/CHANGES.txt Mon Dec 5 22:36:16 2011
@@ -79,6 +79,8 @@ Trunk (unreleased changes)
OPTIMIZATIONS
BUG FIXES
+ HCAT-176. Class not found exception when running TestPigStorageDriver (daijy
via khorgath)
+
HCAT-175. HCat fail to build on trunk (daijy via khorgath)
HCAT-173. Make StorerInfo class public (toffer via khorgath)
Modified: incubator/hcatalog/trunk/build-common.xml
URL:
http://svn.apache.org/viewvc/incubator/hcatalog/trunk/build-common.xml?rev=1210687&r1=1210686&r2=1210687&view=diff
==============================================================================
--- incubator/hcatalog/trunk/build-common.xml (original)
+++ incubator/hcatalog/trunk/build-common.xml Mon Dec 5 22:36:16 2011
@@ -16,6 +16,7 @@
<path id="common.classpath">
<fileset dir="${hive.root}" includes="testlibs/*.jar"/>
<fileset dir="${hive.root}/lib" includes="*.jar"/>
+ <fileset dir="${hive.root}/build/builtins" includes="*.jar"/>
<fileset dir="${hive.root}/build/cli" includes="*.jar"/>
<fileset dir="${hive.root}/build/common" includes="*.jar"/>
<fileset dir="${hive.root}/build/serde" includes="*.jar"/>