Browse Source

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

Arpit Agarwal 7 years ago
parent
commit
78e9a98c4a
1 changed files with 2 additions and 2 deletions
  1. 2 2
      hadoop-hdfs-project/hadoop-hdfs/src/site/markdown/Federation.md

+ 2 - 2
hadoop-hdfs-project/hadoop-hdfs/src/site/markdown/Federation.md

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