You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hive.apache.org by rm...@apache.org on 2009/08/05 11:47:51 UTC

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

Author: rmurthy
Date: Wed Aug  5 09:47:51 2009
New Revision: 801110

URL: http://svn.apache.org/viewvc?rev=801110&view=rev
Log:
HIVE-725. Add missing classpath: shims/src/common/java. Bug appeared
after HIVE-487 was committed. (Zheng Shao via rmurthy)


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=801110&r1=801109&r2=801110&view=diff
==============================================================================
--- hadoop/hive/trunk/CHANGES.txt (original)
+++ hadoop/hive/trunk/CHANGES.txt Wed Aug  5 09:47:51 2009
@@ -465,6 +465,9 @@
     HIVE-719. Lazy Array/Map index out of bound bug.
     (Zheng Shao via namit)
 
+    HIVE-725. Add missing classpath: shims/src/common/java. Bug appeared
+    after HIVE-487 was committed. (Zheng Shao via rmurthy)
+
 Release 0.3.1 - Unreleased
 
   INCOMPATIBLE CHANGES

Modified: hadoop/hive/trunk/eclipse-templates/.classpath
URL: http://svn.apache.org/viewvc/hadoop/hive/trunk/eclipse-templates/.classpath?rev=801110&r1=801109&r2=801110&view=diff
==============================================================================
--- hadoop/hive/trunk/eclipse-templates/.classpath (original)
+++ hadoop/hive/trunk/eclipse-templates/.classpath Wed Aug  5 09:47:51 2009
@@ -45,6 +45,7 @@
 	<classpathentry kind="src" path="jdbc/src/java"/>
 	<classpathentry kind="src" path="jdbc/src/test"/>
 	<classpathentry kind="src" path="shims/src/@HADOOPVERPREF@/java"/>
+	<classpathentry kind="src" path="shims/src/common/java"/>
     <classpathentry kind="src" path="hwi/src/java"/>
 	<classpathentry kind="src" path="hwi/src/test"/>
     <classpathentry kind="output" path="build/eclipse-classes"/>