I am converting a non-HA NameNode to be HA, where we should run the command :
"hdfs namenode -initializeSharedEdits",
which will initialize the JournalNodes with the edits data from the local NameNode edits directories. Can anyone help me out with this?