From 26da2ddf38a2caaee375852bdf0d6975d151476a Mon Sep 17 00:00:00 2001 From: Vinayakumar B Date: Fri, 8 May 2015 12:31:59 +0530 Subject: [PATCH] HDFS-7998. HDFS Federation : Command mentioned to add a NN to existing federated cluster is wrong (Contributed by Ajith S) --- hadoop-hdfs-project/hadoop-hdfs/CHANGES.txt | 3 +++ .../hadoop-hdfs/src/site/markdown/Federation.md | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/hadoop-hdfs-project/hadoop-hdfs/CHANGES.txt b/hadoop-hdfs-project/hadoop-hdfs/CHANGES.txt index 6032692d78..6951494d9b 100644 --- a/hadoop-hdfs-project/hadoop-hdfs/CHANGES.txt +++ b/hadoop-hdfs-project/hadoop-hdfs/CHANGES.txt @@ -666,6 +666,9 @@ Release 2.8.0 - UNRELEASED HDFS-8332. DFS client API calls should check filesystem closed (Rakesh R via umamahesh) + HDFS-7998. HDFS Federation : Command mentioned to add a NN to existing + federated cluster is wrong (Ajith S via vinayakumarb) + Release 2.7.1 - UNRELEASED INCOMPATIBLE CHANGES 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 09dea0a2d6..c00e544156 100644 --- a/hadoop-hdfs-project/hadoop-hdfs/src/site/markdown/Federation.md +++ b/hadoop-hdfs-project/hadoop-hdfs/src/site/markdown/Federation.md @@ -187,7 +187,7 @@ Perform the following steps: * Refresh the Datanodes to pickup the newly added Namenode by running the following command against all the Datanodes in the cluster: - [hdfs]$ $HADOOP_PREFIX/bin/hdfs dfsadmin -refreshNameNode : + [hdfs]$ $HADOOP_PREFIX/bin/hdfs dfsadmin -refreshNamenodes : Managing the cluster --------------------