Problem scenario
The Hadoop NameNode service won’t start. You run start-dfs.sh and it starts the SecondaryNameNode and the DataNode. It won’t start the NameNode.
Solution
Assumption: This solution only works if you are running the start-dfs.sh as a sudo user or the root user itself.
Procedures
Verify you can ssh with root to the localhost. Run this command twice without exiting from the first session:
…
Continue reading “How Do You Troubleshoot the Hadoop NameNode Service Not Running Properly?”