|
@@ -551,8 +551,8 @@
|
|
|
<name>net.topology.node.switch.mapping.impl</name>
|
|
|
<value>org.apache.hadoop.net.ScriptBasedMapping</value>
|
|
|
<description> The default implementation of the DNSToSwitchMapping. It
|
|
|
- invokes a script specified in topology.script.file.name to resolve
|
|
|
- node names. If the value for topology.script.file.name is not set, the
|
|
|
+ invokes a script specified in net.topology.script.file.name to resolve
|
|
|
+ node names. If the value for net.topology.script.file.name is not set, the
|
|
|
default value of DEFAULT_RACK is returned for all node names.
|
|
|
</description>
|
|
|
</property>
|
|
@@ -570,7 +570,7 @@
|
|
|
<name>net.topology.script.number.args</name>
|
|
|
<value>100</value>
|
|
|
<description> The max number of args that the script configured with
|
|
|
- topology.script.file.name should be run with. Each arg is an
|
|
|
+ net.topology.script.file.name should be run with. Each arg is an
|
|
|
IP address.
|
|
|
</description>
|
|
|
</property>
|