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

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

Author: johan
Date: Mon Jun  1 10:15:03 2009
New Revision: 780606

URL: http://svn.apache.org/viewvc?rev=780606&view=rev
Log:
HIVE-525. Fix Eclipse classpath by adding Hadoop test jar. (Prasad Chakka via johan)

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=780606&r1=780605&r2=780606&view=diff
==============================================================================
--- hadoop/hive/trunk/CHANGES.txt (original)
+++ hadoop/hive/trunk/CHANGES.txt Mon Jun  1 10:15:03 2009
@@ -196,6 +196,9 @@
     (Yongqiang He via zshao)
 
     HIVE-520. Fix TestTCTLSeparatedProtocol. (Johan Oskarsson via zshao)
+    
+    HIVE-525. Fix Eclipse classpath by adding Hadoop test jar. 
+    (Prasad Chakka via johan)
 
 Release 0.3.1 - Unreleased
 

Modified: hadoop/hive/trunk/eclipse-templates/.classpath
URL: http://svn.apache.org/viewvc/hadoop/hive/trunk/eclipse-templates/.classpath?rev=780606&r1=780605&r2=780606&view=diff
==============================================================================
--- hadoop/hive/trunk/eclipse-templates/.classpath (original)
+++ hadoop/hive/trunk/eclipse-templates/.classpath Mon Jun  1 10:15:03 2009
@@ -2,6 +2,7 @@
 <classpath>
 	<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@/lib/servlet-api.jar"/>
 	<classpathentry exported="true" kind="lib" path="build/hadoopcore/hadoop-@HADOOPVER@/lib/jetty-5.1.4.jar"/>
 	<classpathentry exported="true" kind="lib" path="cli/lib/jline-0.9.94.jar"/>