Repository: hadoop
Updated Branches:
  refs/heads/branch-3.0 4f6e8e08d -> 78e9a98c4


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


Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo
Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/78e9a98c
Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/78e9a98c
Diff: http://git-wip-us.apache.org/repos/asf/hadoop/diff/78e9a98c

Branch: refs/heads/branch-3.0
Commit: 78e9a98c4ab007d0dde61dcf95f419edf38d1c58
Parents: 4f6e8e0
Author: Arpit Agarwal <[email protected]>
Authored: Wed Sep 13 12:54:02 2017 -0700
Committer: Arpit Agarwal <[email protected]>
Committed: Wed Sep 13 12:54:11 2017 -0700

----------------------------------------------------------------------
 hadoop-hdfs-project/hadoop-hdfs/src/site/markdown/Federation.md | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/hadoop/blob/78e9a98c/hadoop-hdfs-project/hadoop-hdfs/src/site/markdown/Federation.md
----------------------------------------------------------------------
diff --git a/hadoop-hdfs-project/hadoop-hdfs/src/site/markdown/Federation.md 
b/hadoop-hdfs-project/hadoop-hdfs/src/site/markdown/Federation.md
index ddf474a..be36cc2 100644
--- a/hadoop-hdfs-project/hadoop-hdfs/src/site/markdown/Federation.md
+++ b/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>
 


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

Reply via email to