HADOOP-14867. Update HDFS Federation setup document, for incorrect property name for secondary name node http address. Contributed by Bharat Viswanadham.

This commit is contained in:
Arpit Agarwal 2017-09-13 12:54:02 -07:00
parent 3860be7961
commit f153e60576
1 changed files with 2 additions and 2 deletions

View File

@ -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>