Pārlūkot izejas kodu

HDFS-7803. Wrong command mentioned in HDFSHighAvailabilityWithQJM documentation (Arshad Mohammad via aw)

Allen Wittenauer 10 gadi atpakaļ
vecāks
revīzija
34b78d51b5

+ 3 - 0
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

+ 1 - 1
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.