Which of the following command runs the HDFS secondary namenode?
secondarynamenode
Excellent ! Your Answer is Correct. Explanation: The secondary NameNode merges the fsimage and the edits log files periodically and keeps edits log size within a limit.
In ___________ mode, the NameNode will interactively prompt you at the command line about possible courses of action you can take to recover your data.
recovery
Excellent ! Your Answer is Correct. Explanation: Recovery mode can cause you to lose data, you should always backup your edit log and fsimage before using it.
Which hdfs command is used to check for various inconsistencies?
fsck
Excellent ! Your Answer is Correct. Explanation: fsck is designed for reporting problems with various files, for example, missing blocks for a file or under-replicated blocks.