You are viewing a plain text version of this content. The canonical link for it is here.
Posted to common-dev@hadoop.apache.org by "rajeshbabu (JIRA)" <ji...@apache.org> on 2013/03/15 12:36:12 UTC

[jira] [Created] (HADOOP-9408) misleading description for net.topology.table.file.name property in core-default.xml

rajeshbabu created HADOOP-9408:
----------------------------------

             Summary: 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 should be (net.topology.script.file.name)
{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