You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hive.apache.org by pr...@apache.org on 2009/04/14 21:49:53 UTC

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

Author: prasadc
Date: Tue Apr 14 19:49:53 2009
New Revision: 764934

URL: http://svn.apache.org/viewvc?rev=764934&view=rev
Log:
HIVE-414: Add Hive Web Interface code to Eclipse config

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=764934&r1=764933&r2=764934&view=diff
==============================================================================
--- hadoop/hive/trunk/CHANGES.txt (original)
+++ hadoop/hive/trunk/CHANGES.txt Tue Apr 14 19:49:53 2009
@@ -36,6 +36,9 @@
     HIVE-407. fix permissions for test scripts in release tarball.
     (Ashish Thusoo via namit)
 
+    HIVE-414. Add Hive Web Interface code to Eclipse config
+    (Prasad Chakka)
+
 Release 0.3.0 - Unreleased
 
   INCOMPATIBLE CHANGES

Modified: hadoop/hive/trunk/eclipse-templates/.classpath
URL: http://svn.apache.org/viewvc/hadoop/hive/trunk/eclipse-templates/.classpath?rev=764934&r1=764933&r2=764934&view=diff
==============================================================================
--- hadoop/hive/trunk/eclipse-templates/.classpath (original)
+++ hadoop/hive/trunk/eclipse-templates/.classpath Tue Apr 14 19:49:53 2009
@@ -2,6 +2,8 @@
 <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@/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"/>
 	<classpathentry exported="true" kind="lib" path="lib/json.jar"/>
 	<classpathentry exported="true" kind="lib" path="lib/asm-3.1.jar"/>
@@ -39,5 +41,7 @@
 	<classpathentry kind="src" path="service/src/test"/>
 	<classpathentry kind="src" path="jdbc/src/java"/>
 	<classpathentry kind="src" path="jdbc/src/test"/>
-	<classpathentry kind="output" path="build/eclipse-classes"/>
+    <classpathentry kind="src" path="hwi/src/java"/>
+	<classpathentry kind="src" path="hwi/src/test"/>
+    <classpathentry kind="output" path="build/eclipse-classes"/>
 </classpath>