Repository: hadoop Updated Branches: refs/heads/branch-2.7 e89de1f82 -> 74e7c9b64 refs/heads/branch-2.8 9d4c4b2f6 -> 2cddf1cc0
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/2cddf1cc Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/2cddf1cc Diff: http://git-wip-us.apache.org/repos/asf/hadoop/diff/2cddf1cc Branch: refs/heads/branch-2.8 Commit: 2cddf1cc0fc6324375deef2212094e26277d2e14 Parents: 9d4c4b2 Author: Arpit Agarwal <[email protected]> Authored: Wed Sep 13 12:54:02 2017 -0700 Committer: Arpit Agarwal <[email protected]> Committed: Wed Sep 13 12:55:30 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/2cddf1cc/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 6ae187e..3a09bc0 100644 --- a/hadoop-hdfs-project/hadoop-hdfs/src/site/markdown/Federation.md +++ b/hadoop-hdfs-project/hadoop-hdfs/src/site/markdown/Federation.md @@ -126,7 +126,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> @@ -138,7 +138,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]
