You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hive.apache.org by nz...@apache.org on 2010/06/15 08:23:01 UTC

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

Author: nzhang
Date: Tue Jun 15 06:23:01 2010
New Revision: 954721

URL: http://svn.apache.org/viewvc?rev=954721&view=rev
Log:
HIVE-1407. Add hadoop-*-tools.jar to eclipse classpath

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=954721&r1=954720&r2=954721&view=diff
==============================================================================
--- hadoop/hive/trunk/CHANGES.txt (original)
+++ hadoop/hive/trunk/CHANGES.txt Tue Jun 15 06:23:01 2010
@@ -499,6 +499,9 @@ Trunk -  Unreleased
     HIVE-1373. Missing connection pool plugin in Eclipse classpath.
     (Vinithra via athusoo)
 
+    HIVE-1407. Add hadoop-*-tools.jar to eclipse classpath
+    (Carl Steinbach via Ning Zhang)
+
 Release 0.5.0 -  Unreleased
 
   INCOMPATIBLE CHANGES

Modified: hadoop/hive/trunk/eclipse-templates/.classpath
URL: http://svn.apache.org/viewvc/hadoop/hive/trunk/eclipse-templates/.classpath?rev=954721&r1=954720&r2=954721&view=diff
==============================================================================
--- hadoop/hive/trunk/eclipse-templates/.classpath (original)
+++ hadoop/hive/trunk/eclipse-templates/.classpath Tue Jun 15 06:23:01 2010
@@ -3,6 +3,7 @@
 	<classpathentry exported="true" kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
 	<classpathentry exported="true" kind="lib" path="build/hadoopcore/hadoop-@HADOOPVER@/hadoop-@HADOOPVER@-core.jar"/>
 	<classpathentry exported="true" kind="lib" path="build/hadoopcore/hadoop-@HADOOPVER@/hadoop-@HADOOPVER@-test.jar"/>
+	<classpathentry exported="true" kind="lib" path="build/hadoopcore/hadoop-@HADOOPVER@/hadoop-@HADOOPVER@-tools.jar"/>
 	<classpathentry exported="true" kind="lib" path="build/hadoopcore/hadoop-@HADOOPVER@/lib/@SERVLETAPIJAR@"/>
 	<classpathentry exported="true" kind="lib" path="build/hadoopcore/hadoop-@HADOOPVER@/lib/@JETTYJAR@"/>
 	<classpathentry exported="true" kind="lib" path="build/hadoopcore/hadoop-@HADOOPVER@/lib/@JETTYUTILJAR@"/>