diff --git a/hadoop-hdds/common/src/main/resources/ozone-default.xml b/hadoop-hdds/common/src/main/resources/ozone-default.xml index 01d9f8e70d81..96300d7d1346 100644 --- a/hadoop-hdds/common/src/main/resources/ozone-default.xml +++ b/hadoop-hdds/common/src/main/resources/ozone-default.xml @@ -4882,12 +4882,13 @@ net.topology.node.switch.mapping.impl - org.apache.hadoop.net.ScriptBasedMapping + org.apache.hadoop.net.TableMapping OZONE, SCM The default implementation of the DNSToSwitchMapping. It - 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 + reads a static mapping file specified in net.topology.table.file.name to resolve + node names to network locations. If the value for net.topology.table.file.name + is not set, or if a node is not found in the mapping file, the default value of DEFAULT_RACK is returned for all node names.