HADOOP-7442. Docs in core-default.xml still reference deprecated config "topology.script.file.name" (atm)
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1143219 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
b908c9eb0e
commit
d782c40d58
@ -349,6 +349,9 @@ Trunk (unreleased changes)
|
|||||||
HADOOP-7440. HttpServer.getParameterValues throws NPE for missing
|
HADOOP-7440. HttpServer.getParameterValues throws NPE for missing
|
||||||
parameters. (Uma Maheswara Rao G and todd via todd)
|
parameters. (Uma Maheswara Rao G and todd via todd)
|
||||||
|
|
||||||
|
HADOOP-7442. Docs in core-default.xml still reference deprecated config
|
||||||
|
"topology.script.file.name" (atm)
|
||||||
|
|
||||||
Release 0.22.0 - Unreleased
|
Release 0.22.0 - Unreleased
|
||||||
|
|
||||||
INCOMPATIBLE CHANGES
|
INCOMPATIBLE CHANGES
|
||||||
|
@ -551,8 +551,8 @@
|
|||||||
<name>net.topology.node.switch.mapping.impl</name>
|
<name>net.topology.node.switch.mapping.impl</name>
|
||||||
<value>org.apache.hadoop.net.ScriptBasedMapping</value>
|
<value>org.apache.hadoop.net.ScriptBasedMapping</value>
|
||||||
<description> The default implementation of the DNSToSwitchMapping. It
|
<description> The default implementation of the DNSToSwitchMapping. It
|
||||||
invokes a script specified in topology.script.file.name to resolve
|
invokes a script specified in net.topology.script.file.name to resolve
|
||||||
node names. If the value for topology.script.file.name is not set, the
|
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.
|
default value of DEFAULT_RACK is returned for all node names.
|
||||||
</description>
|
</description>
|
||||||
</property>
|
</property>
|
||||||
@ -570,7 +570,7 @@
|
|||||||
<name>net.topology.script.number.args</name>
|
<name>net.topology.script.number.args</name>
|
||||||
<value>100</value>
|
<value>100</value>
|
||||||
<description> The max number of args that the script configured with
|
<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.
|
IP address.
|
||||||
</description>
|
</description>
|
||||||
</property>
|
</property>
|
||||||
|
Loading…
Reference in New Issue
Block a user