Author: eli
Date: Wed Jul 27 19:08:52 2011
New Revision: 1151592

URL: http://svn.apache.org/viewvc?rev=1151592&view=rev
Log:
HDFS-2210. Remove hdfsproxy. Contributed by Eli Collins

Removed:
    hadoop/common/trunk/hdfs/src/contrib/hdfsproxy/
    
hadoop/common/trunk/hdfs/src/docs/src/documentation/content/xdocs/hdfsproxy.xml
Modified:
    hadoop/common/trunk/hdfs/CHANGES.txt
    hadoop/common/trunk/hdfs/build.xml
    hadoop/common/trunk/hdfs/src/contrib/build.xml
    hadoop/common/trunk/hdfs/src/docs/src/documentation/content/xdocs/site.xml

Modified: hadoop/common/trunk/hdfs/CHANGES.txt
URL: 
http://svn.apache.org/viewvc/hadoop/common/trunk/hdfs/CHANGES.txt?rev=1151592&r1=1151591&r2=1151592&view=diff
==============================================================================
--- hadoop/common/trunk/hdfs/CHANGES.txt (original)
+++ hadoop/common/trunk/hdfs/CHANGES.txt Wed Jul 27 19:08:52 2011
@@ -9,6 +9,8 @@ Trunk (unreleased changes)
 
     HDFS-1536. Improve HDFS WebUI. (hairong)
 
+    HDFS-2210. Remove hdfsproxy. (eli)
+
   NEW FEATURES
 
     HDFS-1359. Add BlockPoolID to Block. (suresh)

Modified: hadoop/common/trunk/hdfs/build.xml
URL: 
http://svn.apache.org/viewvc/hadoop/common/trunk/hdfs/build.xml?rev=1151592&r1=1151591&r2=1151592&view=diff
==============================================================================
--- hadoop/common/trunk/hdfs/build.xml (original)
+++ hadoop/common/trunk/hdfs/build.xml Wed Jul 27 19:08:52 2011
@@ -1397,7 +1397,6 @@
         <exclude name="src/c++/libhdfs/install-sh" />
         <exclude name="src/c++/libhdfs/ltmain.sh" />
         <exclude name="src/c++/libhdfs/missing" />
-        <exclude name="src/contrib/hdfsproxy/src/test/resources/" />
         <exclude name="src/test/checkstyle-noframes-sorted.xsl" />
         <exclude name="src/test/checkstyle.xml" />
         <exclude name="src/test/findbugsExcludeFile.xml" />

Modified: hadoop/common/trunk/hdfs/src/contrib/build.xml
URL: 
http://svn.apache.org/viewvc/hadoop/common/trunk/hdfs/src/contrib/build.xml?rev=1151592&r1=1151591&r2=1151592&view=diff
==============================================================================
--- hadoop/common/trunk/hdfs/src/contrib/build.xml (original)
+++ hadoop/common/trunk/hdfs/src/contrib/build.xml Wed Jul 27 19:08:52 2011
@@ -48,12 +48,6 @@
     <subant target="test">
       <fileset dir="." includes="fuse-dfs/build.xml"/>
     </subant> 
-
-    <!-- hdfsproxy tests failing due to HDFS-1666
-    <subant target="test">
-      <fileset dir="." includes="hdfsproxy/build.xml"/>
-    </subant>
-      -->
   </target>
   
   

Modified: 
hadoop/common/trunk/hdfs/src/docs/src/documentation/content/xdocs/site.xml
URL: 
http://svn.apache.org/viewvc/hadoop/common/trunk/hdfs/src/docs/src/documentation/content/xdocs/site.xml?rev=1151592&r1=1151591&r2=1151592&view=diff
==============================================================================
--- hadoop/common/trunk/hdfs/src/docs/src/documentation/content/xdocs/site.xml 
(original)
+++ hadoop/common/trunk/hdfs/src/docs/src/documentation/content/xdocs/site.xml 
Wed Jul 27 19:08:52 2011
@@ -43,7 +43,6 @@ See http://forrest.apache.org/docs/linki
       <hdfs_SLG                        label="Synthetic Load Generator"  
href="SLG_user_guide.html" />
       <hdfs_imageviewer        label="Offline Image Viewer"    
href="hdfs_imageviewer.html" />
       <hdfs_editsviewer        label="Offline Edits Viewer"    
href="hdfs_editsviewer.html" />
-      <hdfsproxy                           label="HDFS Proxy" 
href="hdfsproxy.html"/>
       <hftp                        label="HFTP" href="hftp.html"/>
       <faultinject_framework label="Fault Injection"  
href="faultinject_framework.html" /> 
       <hdfs_libhdfs            label="C API libhdfs" href="libhdfs.html" /> 


Reply via email to