Created on 11-23-2020 06:36 AM - edited 11-23-2020 07:00 AM
FSimage is corrupted on one of the journal node. What will be procedure to recove?
Created 11-23-2020 11:29 PM
@mayank1996 You could try below:
./bin/hadoop namenode -recover
Then initialisation
./bin/hdfs namenode -initializeSharedEditsI would encourage you to go through go through the Cloudera Blog https://blog.cloudera.com/understanding-hdfs-recovery-processes-part-1/ and https://blog.cloudera.com/understanding-hdfs-recovery-processes-part-2/ for better understanding.
The community discussion will also help you to resolve the issue.
Check out this one as well http://www.augmentedintel.com/wordpress/index.php/recover-corrupt-hdfs-namenode/
Created 11-24-2020 11:08 PM
FSimage not in the journalnode,maybe the editlog is corrupted?
you can copy the editlog from another healthy journal node overwrite the unhealthy one.