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 ar...@apache.org on 2017/09/13 19:54:51 UTC

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

Repository: hadoop
Updated Branches:
  refs/heads/branch-2 1d33290a0 -> ecf352d64
  refs/heads/trunk 3860be796 -> f153e6057


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/trunk
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


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

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

Branch: refs/heads/branch-2
Commit: ecf352d64587a1b43e5f943cdb7174d0584b0fef
Parents: 1d33290
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:21 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/ecf352d6/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 984568c..381ff2d 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