You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hive.apache.org by jv...@apache.org on 2010/09/23 02:36:45 UTC

svn commit: r1000285 - in /hadoop/hive/trunk: CHANGES.txt eclipse-templates/.classpath

Author: jvs
Date: Thu Sep 23 00:36:44 2010
New Revision: 1000285

URL: http://svn.apache.org/viewvc?rev=1000285&view=rev
Log:
HIVE-1664. Eclipse build broken
Steven Wong via jvs)


Modified:
    hadoop/hive/trunk/CHANGES.txt
    hadoop/hive/trunk/eclipse-templates/.classpath

Modified: hadoop/hive/trunk/CHANGES.txt
URL: http://svn.apache.org/viewvc/hadoop/hive/trunk/CHANGES.txt?rev=1000285&r1=1000284&r2=1000285&view=diff
==============================================================================
--- hadoop/hive/trunk/CHANGES.txt (original)
+++ hadoop/hive/trunk/CHANGES.txt Thu Sep 23 00:36:44 2010
@@ -291,6 +291,9 @@ Trunk -  Unreleased
     HIVE-1655.  Adding consistency check at jobClose() when committing dynamic
     partitions (Ning Zhang via namit)
 
+    HIVE-1664. Eclipse build broken
+    (Steven Wong via jvs)
+
   TESTS
 
     HIVE-1464. improve  test query performance

Modified: hadoop/hive/trunk/eclipse-templates/.classpath
URL: http://svn.apache.org/viewvc/hadoop/hive/trunk/eclipse-templates/.classpath?rev=1000285&r1=1000284&r2=1000285&view=diff
==============================================================================
--- hadoop/hive/trunk/eclipse-templates/.classpath (original)
+++ hadoop/hive/trunk/eclipse-templates/.classpath Thu Sep 23 00:36:44 2010
@@ -25,14 +25,15 @@
   <classpathentry exported="true" kind="lib" path="ql/lib/antlr-3.0.1.jar"/>
   <classpathentry exported="true" kind="lib" path="ql/lib/antlr-runtime-3.0.1.jar"/>
   <classpathentry exported="true" kind="lib" path="testlibs/junit-3.8.1.jar"/>
-  <classpathentry kind="lib" path="build/dist/lib/jdo2-api-2.3-ec.jar"/>
-  <classpathentry kind="lib" path="build/dist/lib/datanucleus-core-2.0.3.jar"/>
-  <classpathentry kind="lib" path="build/dist/lib/datanucleus-enhancer-2.0.3.jar"/>
-  <classpathentry kind="lib" path="build/dist/lib/datanucleus-rdbms-2.0.3.jar"/>
+  <classpathentry kind="lib" path="build/dist/lib/jdo-api-3.0.jar"/>
+  <classpathentry kind="lib" path="build/dist/lib/datanucleus-core-2.1.1.jar"/>
+  <classpathentry kind="lib" path="build/dist/lib/datanucleus-enhancer-2.1.0-release.jar"/>
+  <classpathentry kind="lib" path="build/dist/lib/datanucleus-rdbms-2.1.1.jar"/>
   <classpathentry kind="lib" path="build/dist/lib/commons-collections-3.2.1.jar"/>
   <classpathentry kind="lib" path="build/dist/lib/commons-dbcp-1.4.jar"/>
-  <classpathentry kind="lib" path="build/dist/lib/datanucleus-connectionpool-2.0.1.jar"/>
+  <classpathentry kind="lib" path="build/dist/lib/datanucleus-connectionpool-2.0.3.jar"/>
   <classpathentry kind="lib" path="build/dist/lib/commons-pool-1.5.4.jar"/>
+  <classpathentry kind="src" path="build/metastore/gen-java"/>
   <classpathentry kind="src" path="build/ql/gen-java"/>
   <classpathentry kind="src" path="build/contrib/test/src"/>
   <classpathentry kind="src" path="build/ql/test/src"/>