From f153e60576016ddc237aa66eb36e2c2c91efdbf3 Mon Sep 17 00:00:00 2001 From: Arpit Agarwal Date: Wed, 13 Sep 2017 12:54:02 -0700 Subject: [PATCH] HADOOP-14867. Update HDFS Federation setup document, for incorrect property name for secondary name node http address. Contributed by Bharat Viswanadham. --- .../hadoop-hdfs/src/site/markdown/Federation.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 ddf474ac49..be36cc2de5 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: nn-host1:http-port - dfs.namenode.secondaryhttp-address.ns1 + dfs.namenode.secondary.http-address.ns1 snn-host1:http-port @@ -125,7 +125,7 @@ Here is an example configuration with two Namenodes: nn-host2:http-port - dfs.namenode.secondaryhttp-address.ns2 + dfs.namenode.secondary.http-address.ns2 snn-host2:http-port