This is an automated email from the ASF dual-hosted git repository.

adoroszlai pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/ozone.git


The following commit(s) were added to refs/heads/master by this push:
     new c913760611 HDDS-7052. Topology Dynamic List document issue (#3624)
c913760611 is described below

commit c913760611c8a2ed6679ef2183cf953b12c06776
Author: Matthieu Schulz <[email protected]>
AuthorDate: Wed Jul 27 19:53:21 2022 +0200

    HDDS-7052. Topology Dynamic List document issue (#3624)
---
 hadoop-hdds/docs/content/feature/Topology.md | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/hadoop-hdds/docs/content/feature/Topology.md 
b/hadoop-hdds/docs/content/feature/Topology.md
index b4540ac3f1..2b72679d38 100644
--- a/hadoop-hdds/docs/content/feature/Topology.md
+++ b/hadoop-hdds/docs/content/feature/Topology.md
@@ -64,10 +64,10 @@ Rack information can be identified with the help of an 
external script:
 ```XML
 <property>
    <name>net.topology.node.switch.mapping.impl</name>
-   <value>org.apache.hadoop.net.TableMapping</value>
+   <value>org.apache.hadoop.net.ScriptBasedMapping</value>
 </property>
 <property>
-   <name>org.apache.hadoop.net.ScriptBasedMapping</name>
+   <name>net.topology.script.file.name</name>
    <value>/usr/local/bin/rack.sh</value>
 </property>
 ```


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to