You are viewing a plain text version of this content. The canonical link for it is here.
Posted to common-commits@hadoop.apache.org by om...@apache.org on 2008/08/27 22:31:25 UTC

svn commit: r689602 - in /hadoop/core/trunk: CHANGES.txt lib/thrift/ src/contrib/build-contrib.xml src/contrib/thriftfs/

Author: omalley
Date: Wed Aug 27 13:31:25 2008
New Revision: 689602

URL: http://svn.apache.org/viewvc?rev=689602&view=rev
Log:
HADOOP-3754. Backing out changes until the issues are addressed.

Removed:
    hadoop/core/trunk/lib/thrift/
    hadoop/core/trunk/src/contrib/thriftfs/
Modified:
    hadoop/core/trunk/CHANGES.txt
    hadoop/core/trunk/src/contrib/build-contrib.xml

Modified: hadoop/core/trunk/CHANGES.txt
URL: http://svn.apache.org/viewvc/hadoop/core/trunk/CHANGES.txt?rev=689602&r1=689601&r2=689602&view=diff
==============================================================================
--- hadoop/core/trunk/CHANGES.txt (original)
+++ hadoop/core/trunk/CHANGES.txt Wed Aug 27 13:31:25 2008
@@ -104,9 +104,6 @@
     HADOOP-3759. Provides ability to run memory intensive jobs without 
     affecting other running tasks on the nodes. (Hemanth Yamijala via ddas)
 
-    HADOOP-3754. A Thrift Interface to allow access to HDFS. This creates
-    HDFS APIs in perl, python, php, ruby and cocoa. (dhruba)
-
   IMPROVEMENTS
 
     HADOOP-3732. Delay intialization of datanode block verification till

Modified: hadoop/core/trunk/src/contrib/build-contrib.xml
URL: http://svn.apache.org/viewvc/hadoop/core/trunk/src/contrib/build-contrib.xml?rev=689602&r1=689601&r2=689602&view=diff
==============================================================================
--- hadoop/core/trunk/src/contrib/build-contrib.xml (original)
+++ hadoop/core/trunk/src/contrib/build-contrib.xml Wed Aug 27 13:31:25 2008
@@ -66,9 +66,6 @@
     <fileset dir="${hadoop.root}/lib">
       <include name="**/*.jar" />
     </fileset>
-    <fileset dir="${build.dir}">
-      <include name="**/*.jar" />
-    </fileset>
   </path>
 
   <!-- the unit test classpath -->