From hdfs-commits-return-1491-apmail-hadoop-hdfs-commits-archive=hadoop.apache.org@hadoop.apache.org Wed May 11 22:25:16 2011 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 067DD4907 for ; Wed, 11 May 2011 22:25:16 +0000 (UTC) Received: (qmail 34400 invoked by uid 500); 11 May 2011 22:25:16 -0000 Delivered-To: apmail-hadoop-hdfs-commits-archive@hadoop.apache.org Received: (qmail 34344 invoked by uid 500); 11 May 2011 22:25:15 -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 34336 invoked by uid 99); 11 May 2011 22:25:15 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 11 May 2011 22:25:15 +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, 11 May 2011 22:25:14 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id 9F65D2388980; Wed, 11 May 2011 22:24:54 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1102117 - in /hadoop/hdfs/branches/branch-0.22: CHANGES.txt src/docs/src/documentation/content/xdocs/hdfs_user_guide.xml Date: Wed, 11 May 2011 22:24:54 -0000 To: hdfs-commits@hadoop.apache.org From: todd@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20110511222454.9F65D2388980@eris.apache.org> Author: todd Date: Wed May 11 22:24:54 2011 New Revision: 1102117 URL: http://svn.apache.org/viewvc?rev=1102117&view=rev Log: HDFS-1897. Documentation refers to removed option dfs.network.script. Contributed by Andrew Whang. Modified: hadoop/hdfs/branches/branch-0.22/CHANGES.txt hadoop/hdfs/branches/branch-0.22/src/docs/src/documentation/content/xdocs/hdfs_user_guide.xml Modified: hadoop/hdfs/branches/branch-0.22/CHANGES.txt URL: http://svn.apache.org/viewvc/hadoop/hdfs/branches/branch-0.22/CHANGES.txt?rev=1102117&r1=1102116&r2=1102117&view=diff ============================================================================== --- hadoop/hdfs/branches/branch-0.22/CHANGES.txt (original) +++ hadoop/hdfs/branches/branch-0.22/CHANGES.txt Wed May 11 22:24:54 2011 @@ -499,6 +499,9 @@ Release 0.22.0 - Unreleased HDFS-1615. seek() on closed DFS input stream throws NullPointerException (Scott Carey via todd) + HDFS-1897. Documentation refers to removed option dfs.network.script + (Andrew Whang via todd) + Release 0.21.1 - Unreleased IMPROVEMENTS Modified: hadoop/hdfs/branches/branch-0.22/src/docs/src/documentation/content/xdocs/hdfs_user_guide.xml URL: http://svn.apache.org/viewvc/hadoop/hdfs/branches/branch-0.22/src/docs/src/documentation/content/xdocs/hdfs_user_guide.xml?rev=1102117&r1=1102116&r2=1102117&view=diff ============================================================================== --- hadoop/hdfs/branches/branch-0.22/src/docs/src/documentation/content/xdocs/hdfs_user_guide.xml (original) +++ hadoop/hdfs/branches/branch-0.22/src/docs/src/documentation/content/xdocs/hdfs_user_guide.xml Wed May 11 22:24:54 2011 @@ -478,7 +478,7 @@ addition NameNode tries to place replicas of block on multiple racks for improved fault tolerance. Hadoop lets the cluster administrators decide which rack a node belongs to - through configuration variable dfs.network.script. When this + through configuration variable net.topology.script.file.name. When this script is configured, each node runs the script to determine its rack id. A default installation assumes all the nodes belong to the same rack. This feature and configuration is further described