Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 4 additions & 3 deletions hadoop-hdds/common/src/main/resources/ozone-default.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4882,12 +4882,13 @@

<property>
<name>net.topology.node.switch.mapping.impl</name>
<value>org.apache.hadoop.net.ScriptBasedMapping</value>
<value>org.apache.hadoop.net.TableMapping</value>
<tag>OZONE, SCM</tag>
<description>
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.
</description>
</property>
Expand Down