hadoop git commit: HDFS-7998. HDFS Federation : Command mentioned to add a NN to existing federated cluster is wrong (Contributed by Ajith S)

2015-05-08 Thread vinayakumarb
Repository: hadoop
Updated Branches:
  refs/heads/branch-2 b7a5ebd56 - 1f7850241


HDFS-7998. HDFS Federation : Command mentioned to add a NN to existing 
federated cluster is wrong (Contributed by Ajith S)

(cherry picked from commit 26da2ddf38a2caaee375852bdf0d6975d151476a)


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

Branch: refs/heads/branch-2
Commit: 1f785024161a38212c69a3c4f75bca4450298e10
Parents: b7a5ebd
Author: Vinayakumar B vinayakum...@apache.org
Authored: Fri May 8 12:31:59 2015 +0530
Committer: Vinayakumar B vinayakum...@apache.org
Committed: Fri May 8 13:47:06 2015 +0530

--
 hadoop-hdfs-project/hadoop-hdfs/CHANGES.txt | 3 +++
 hadoop-hdfs-project/hadoop-hdfs/src/site/markdown/Federation.md | 2 +-
 2 files changed, 4 insertions(+), 1 deletion(-)
--


http://git-wip-us.apache.org/repos/asf/hadoop/blob/1f785024/hadoop-hdfs-project/hadoop-hdfs/CHANGES.txt
--
diff --git a/hadoop-hdfs-project/hadoop-hdfs/CHANGES.txt 
b/hadoop-hdfs-project/hadoop-hdfs/CHANGES.txt
index 8549d90..7243fba 100644
--- a/hadoop-hdfs-project/hadoop-hdfs/CHANGES.txt
+++ b/hadoop-hdfs-project/hadoop-hdfs/CHANGES.txt
@@ -339,6 +339,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

http://git-wip-us.apache.org/repos/asf/hadoop/blob/1f785024/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 6996fac..200e2e2 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 
datanode_host_name:datanode_rpc_port
+[hdfs]$ $HADOOP_PREFIX/bin/hdfs dfsadmin -refreshNamenodes 
datanode_host_name:datanode_rpc_port
 
 Managing the cluster
 



hadoop git commit: HDFS-7998. HDFS Federation : Command mentioned to add a NN to existing federated cluster is wrong (Contributed by Ajith S)

2015-05-08 Thread vinayakumarb
Repository: hadoop
Updated Branches:
  refs/heads/trunk d18f10ad1 - 26da2ddf3


HDFS-7998. HDFS Federation : Command mentioned to add a NN to existing 
federated cluster is wrong (Contributed by Ajith S)


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

Branch: refs/heads/trunk
Commit: 26da2ddf38a2caaee375852bdf0d6975d151476a
Parents: d18f10a
Author: Vinayakumar B vinayakum...@apache.org
Authored: Fri May 8 12:31:59 2015 +0530
Committer: Vinayakumar B vinayakum...@apache.org
Committed: Fri May 8 12:33:49 2015 +0530

--
 hadoop-hdfs-project/hadoop-hdfs/CHANGES.txt | 3 +++
 hadoop-hdfs-project/hadoop-hdfs/src/site/markdown/Federation.md | 2 +-
 2 files changed, 4 insertions(+), 1 deletion(-)
--


http://git-wip-us.apache.org/repos/asf/hadoop/blob/26da2ddf/hadoop-hdfs-project/hadoop-hdfs/CHANGES.txt
--
diff --git a/hadoop-hdfs-project/hadoop-hdfs/CHANGES.txt 
b/hadoop-hdfs-project/hadoop-hdfs/CHANGES.txt
index 6032692..6951494 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

http://git-wip-us.apache.org/repos/asf/hadoop/blob/26da2ddf/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 09dea0a..c00e544 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 
datanode_host_name:datanode_rpc_port
+[hdfs]$ $HADOOP_PREFIX/bin/hdfs dfsadmin -refreshNamenodes 
datanode_host_name:datanode_rpc_port
 
 Managing the cluster