From 34b78d51b5b3dba1988b46c47af1739a4ed7b339 Mon Sep 17 00:00:00 2001 From: Allen Wittenauer Date: Tue, 17 Feb 2015 06:46:37 -1000 Subject: [PATCH] HDFS-7803. Wrong command mentioned in HDFSHighAvailabilityWithQJM documentation (Arshad Mohammad via aw) --- hadoop-hdfs-project/hadoop-hdfs/CHANGES.txt | 3 +++ .../src/site/markdown/HDFSHighAvailabilityWithQJM.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 f28e41e4ab..5e547313ea 100644 --- a/hadoop-hdfs-project/hadoop-hdfs/CHANGES.txt +++ b/hadoop-hdfs-project/hadoop-hdfs/CHANGES.txt @@ -301,6 +301,9 @@ Trunk (Unreleased) HDFS-7791. dfs count -v should be added to quota documentation (Akira AJISAKA via aw) + HDFS-7803. Wrong command mentioned in HDFSHighAvailabilityWithQJM + documentation (Arshad Mohammad via aw) + Release 2.7.0 - UNRELEASED INCOMPATIBLE CHANGES diff --git a/hadoop-hdfs-project/hadoop-hdfs/src/site/markdown/HDFSHighAvailabilityWithQJM.md b/hadoop-hdfs-project/hadoop-hdfs/src/site/markdown/HDFSHighAvailabilityWithQJM.md index 0c84f75909..a285fde4e0 100644 --- a/hadoop-hdfs-project/hadoop-hdfs/src/site/markdown/HDFSHighAvailabilityWithQJM.md +++ b/hadoop-hdfs-project/hadoop-hdfs/src/site/markdown/HDFSHighAvailabilityWithQJM.md @@ -371,7 +371,7 @@ Once the JournalNodes have been started, one must initially synchronize the two sufficient edits transactions to be able to start both NameNodes. * If you are converting a non-HA NameNode to be HA, you should run the - command "*hdfs -initializeSharedEdits*", which will initialize the + command "*hdfs namenode -initializeSharedEdits*", which will initialize the JournalNodes with the edits data from the local NameNode edits directories. At this point you may start both of your HA NameNodes as you normally would start a NameNode.