You are viewing a plain text version of this content. The canonical link for it is here.
Posted to common-commits@hadoop.apache.org by ha...@apache.org on 2017/09/15 16:56:16 UTC

[06/50] [abbrv] hadoop git commit: HADOOP-14867. Update HDFS Federation setup document, for incorrect property name for secondary name node http address. Contributed by Bharat Viswanadham.

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/f153e605
Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/f153e605
Diff: http://git-wip-us.apache.org/repos/asf/hadoop/diff/f153e605

Branch: refs/heads/YARN-1011
Commit: f153e60576016ddc237aa66eb36e2c2c91efdbf3
Parents: 3860be7
Author: Arpit Agarwal <ar...@apache.org>
Authored: Wed Sep 13 12:54:02 2017 -0700
Committer: Arpit Agarwal <ar...@apache.org>
Committed: Wed Sep 13 12:54:02 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/f153e605/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: common-commits-unsubscribe@hadoop.apache.org
For additional commands, e-mail: common-commits-help@hadoop.apache.org