|
@@ -113,7 +113,7 @@ Here is an example configuration with two Namenodes:
|
|
|
<value>nn-host1:http-port</value>
|
|
|
</property>
|
|
|
<property>
|
|
|
- <name>dfs.namenode.secondaryhttp-address.ns1</name>
|
|
|
+ <name>dfs.namenode.secondary.http-address.ns1</name>
|
|
|
<value>snn-host1:http-port</value>
|
|
|
</property>
|
|
|
<property>
|
|
@@ -125,7 +125,7 @@ Here is an example configuration with two Namenodes:
|
|
|
<value>nn-host2:http-port</value>
|
|
|
</property>
|
|
|
<property>
|
|
|
- <name>dfs.namenode.secondaryhttp-address.ns2</name>
|
|
|
+ <name>dfs.namenode.secondary.http-address.ns2</name>
|
|
|
<value>snn-host2:http-port</value>
|
|
|
</property>
|
|
|
|