Author: hashutosh
Date: Fri Jul 12 20:38:08 2013
New Revision: 1502678

URL: http://svn.apache.org/r1502678
Log:
HIVE-4840 : Fix eclipse template classpath to include the BoneCP lib (Yin Huai 
via Ashutosh Chauhan)

Modified:
    hive/trunk/eclipse-templates/.classpath
    hive/trunk/hcatalog/src/test/e2e/hcatalog/drivers/Util.pm

Modified: hive/trunk/eclipse-templates/.classpath
URL: 
http://svn.apache.org/viewvc/hive/trunk/eclipse-templates/.classpath?rev=1502678&r1=1502677&r2=1502678&view=diff
==============================================================================
--- hive/trunk/eclipse-templates/.classpath (original)
+++ hive/trunk/eclipse-templates/.classpath Fri Jul 12 20:38:08 2013
@@ -73,7 +73,7 @@
   <classpathentry kind="lib" 
path="build/ivy/lib/default/[email protected]@.jar"/>
   <classpathentry kind="lib" 
path="build/ivy/lib/default/[email protected]@.jar"/>
   <classpathentry kind="lib" 
path="build/ivy/lib/default/[email protected]@.jar"/>
-  <classpathentry kind="lib" 
path="build/ivy/lib/default/[email protected]@.jar"/>
+  <classpathentry kind="lib" 
path="build/ivy/lib/default/[email protected]@.jar"/>
   <classpathentry kind="lib" 
path="build/ivy/lib/default/[email protected]@.jar"/>
   <classpathentry kind="lib" 
path="build/ivy/lib/default/[email protected]@.jar"/>
   <classpathentry kind="lib" 
path="build/ivy/lib/default/[email protected]@.jar"/>

Modified: hive/trunk/hcatalog/src/test/e2e/hcatalog/drivers/Util.pm
URL: 
http://svn.apache.org/viewvc/hive/trunk/hcatalog/src/test/e2e/hcatalog/drivers/Util.pm?rev=1502678&r1=1502677&r2=1502678&view=diff
==============================================================================
--- hive/trunk/hcatalog/src/test/e2e/hcatalog/drivers/Util.pm (original)
+++ hive/trunk/hcatalog/src/test/e2e/hcatalog/drivers/Util.pm Fri Jul 12 
20:38:08 2013
@@ -421,10 +421,10 @@ sub getHiveLibsForPig($$)
         /datanucleus-.*\.jar$/ && do {
             $cp .= $cfg->{'hivelib'} . '/' . $_ . ':';
         };
-        /jdo2-api-.*\.jar$/ && do {
+        /jdo-api-.*\.jar$/ && do {
             $cp .= $cfg->{'hivelib'} . '/' . $_ . ':';
         };
-        /commons-dbcp-.*\.jar$/ && do {
+        /bonecp-.*\.jar$/ && do {
             $cp .= $cfg->{'hivelib'} . '/' . $_ . ':';
         };
         /commons-pool-.*\.jar$/ && do {


Reply via email to