From 70aa08f5e3cb133434602bfa1201e5fce0417ecb Mon Sep 17 00:00:00 2001 From: Suresh Srinivas Date: Fri, 15 Mar 2013 16:50:00 +0000 Subject: [PATCH] HADOOP-9408. misleading description for net.topology.table.file.name property in core-default.xml. Contributed by rajeshbabu. git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1457015 13f79535-47bb-0310-9956-ffa450edef68 --- hadoop-common-project/hadoop-common/CHANGES.txt | 6 +++++- .../hadoop-common/src/main/resources/core-default.xml | 2 +- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/hadoop-common-project/hadoop-common/CHANGES.txt b/hadoop-common-project/hadoop-common/CHANGES.txt index 1686a700aea..61eb028581e 100644 --- a/hadoop-common-project/hadoop-common/CHANGES.txt +++ b/hadoop-common-project/hadoop-common/CHANGES.txt @@ -582,7 +582,11 @@ Release 2.0.4-alpha - UNRELEASED HADOOP-9406. hadoop-client leaks dependency on JDK tools jar. (tucu) - HADOOP-9301. hadoop client servlet/jsp/jetty/tomcat JARs creating conflicts in Oozie & HttpFS. (tucu) + HADOOP-9301. hadoop client servlet/jsp/jetty/tomcat JARs creating + conflicts in Oozie & HttpFS. (tucu) + + HADOOP-9408. misleading description for net.topology.table.file.name + property in core-default.xml. (rajeshbabu via suresh) Release 2.0.3-alpha - 2013-02-06 diff --git a/hadoop-common-project/hadoop-common/src/main/resources/core-default.xml b/hadoop-common-project/hadoop-common/src/main/resources/core-default.xml index dfbd7b98d5f..b728a696b08 100644 --- a/hadoop-common-project/hadoop-common/src/main/resources/core-default.xml +++ b/hadoop-common-project/hadoop-common/src/main/resources/core-default.xml @@ -699,7 +699,7 @@ net.topology.table.file.name The file name for a topology file, which is used when the - net.topology.script.file.name property is set to + net.topology.node.switch.mapping.impl property is set to org.apache.hadoop.net.TableMapping. The file format is a two column text file, with columns separated by whitespace. The first column is a DNS or IP address and the second column specifies the rack where the address maps.