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 as...@apache.org on 2018/01/31 15:55:33 UTC

[03/37] hadoop git commit: HDFS-13083. RBF: Fix doc error setting up client. Contributed by tartarus.

HDFS-13083. RBF: Fix doc error setting up client. Contributed by tartarus.


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

Branch: refs/heads/YARN-6592
Commit: 5206b2c7ca479dd53f614d75bab594043a9866e1
Parents: 2e7331c
Author: Inigo Goiri <in...@apache.org>
Authored: Tue Jan 30 18:27:18 2018 -0800
Committer: Inigo Goiri <in...@apache.org>
Committed: Tue Jan 30 18:27:18 2018 -0800

----------------------------------------------------------------------
 .../hadoop-hdfs/src/site/markdown/HDFSRouterFederation.md          | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/hadoop/blob/5206b2c7/hadoop-hdfs-project/hadoop-hdfs/src/site/markdown/HDFSRouterFederation.md
----------------------------------------------------------------------
diff --git a/hadoop-hdfs-project/hadoop-hdfs/src/site/markdown/HDFSRouterFederation.md b/hadoop-hdfs-project/hadoop-hdfs/src/site/markdown/HDFSRouterFederation.md
index 6b21123..b5fbcc4 100644
--- a/hadoop-hdfs-project/hadoop-hdfs/src/site/markdown/HDFSRouterFederation.md
+++ b/hadoop-hdfs-project/hadoop-hdfs/src/site/markdown/HDFSRouterFederation.md
@@ -236,7 +236,7 @@ For example, a cluster with 4 namespaces **ns0, ns1, ns2, ns3**, can add a new o
     <value>ns0,ns1,ns2,ns3,ns-fed</value>
   </property>
   <property>
-    <name>dfs.namenodes.ns-fed</name>
+    <name>dfs.ha.namenodes.ns-fed</name>
     <value>r1,r2</value>
   </property>
   <property>


---------------------------------------------------------------------
To unsubscribe, e-mail: common-commits-unsubscribe@hadoop.apache.org
For additional commands, e-mail: common-commits-help@hadoop.apache.org