Return-Path: X-Original-To: apmail-hadoop-hdfs-commits-archive@minotaur.apache.org Delivered-To: apmail-hadoop-hdfs-commits-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 4C5896A55 for ; Wed, 27 Jul 2011 19:09:19 +0000 (UTC) Received: (qmail 61157 invoked by uid 500); 27 Jul 2011 19:09:19 -0000 Delivered-To: apmail-hadoop-hdfs-commits-archive@hadoop.apache.org Received: (qmail 61043 invoked by uid 500); 27 Jul 2011 19:09:18 -0000 Mailing-List: contact hdfs-commits-help@hadoop.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: hdfs-dev@hadoop.apache.org Delivered-To: mailing list hdfs-commits@hadoop.apache.org Received: (qmail 61035 invoked by uid 99); 27 Jul 2011 19:09:18 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 27 Jul 2011 19:09:18 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO eris.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 27 Jul 2011 19:09:15 +0000 Received: from eris.apache.org (localhost [127.0.0.1]) by eris.apache.org (Postfix) with ESMTP id EB8C02388894; Wed, 27 Jul 2011 19:08:53 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1151592 - in /hadoop/common/trunk/hdfs: CHANGES.txt build.xml src/contrib/build.xml src/contrib/hdfsproxy/ src/docs/src/documentation/content/xdocs/hdfsproxy.xml src/docs/src/documentation/content/xdocs/site.xml Date: Wed, 27 Jul 2011 19:08:53 -0000 To: hdfs-commits@hadoop.apache.org From: eli@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20110727190853.EB8C02388894@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org 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 @@ - 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 @@ - - 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 -