[
https://issues.apache.org/jira/browse/HADOOP-9408?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
rajeshbabu updated HADOOP-9408:
-------------------------------
Description:
<property>
<name>net.topology.table.file.name</name>
<value></value>
<description> The file name for a topology file, which is used when the
*net.topology.script.file.name* 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.
If no entry corresponding to a host in the cluster is found, then
/default-rack is assumed.
</description>
</property>
Marked property name(net.topology.script.file.name) should be
{code}
net.topology.node.switch.mapping.impl
{code}
was:
<property>
<name>net.topology.table.file.name</name>
<value></value>
<description> The file name for a topology file, which is used when the
*net.topology.script.file.name* 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.
If no entry corresponding to a host in the cluster is found, then
/default-rack is assumed.
</description>
</property>
Marked property name should be (net.topology.script.file.name)
{code}
net.topology.node.switch.mapping.impl
{code}
> misleading description for net.topology.table.file.name property in
> core-default.xml
> ------------------------------------------------------------------------------------
>
> Key: HADOOP-9408
> URL: https://issues.apache.org/jira/browse/HADOOP-9408
> Project: Hadoop Common
> Issue Type: Bug
> Components: conf
> Reporter: rajeshbabu
> Priority: Minor
>
> <property>
> <name>net.topology.table.file.name</name>
> <value></value>
> <description> The file name for a topology file, which is used when the
> *net.topology.script.file.name* 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.
> If no entry corresponding to a host in the cluster is found, then
> /default-rack is assumed.
> </description>
> </property>
> Marked property name(net.topology.script.file.name) should be
> {code}
> net.topology.node.switch.mapping.impl
> {code}
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira