Q&A
Ask and answer questions to make information more available to wider audiences.
Cooper Keystone @cooperkeystone   07, Jun 2023 12:00 AM
Namenode and daemons restart
How can I restart NameNode and all the daemons in Hadoop?
answers 1
 
Answer 1
Michaela Samuel @samuelmichaela5   12, Jun 2023 07:29 PM
The following commands will help you restart NameNode and all the daemons:

You can stop the NameNode with ./sbin /Hadoop-daemon.sh stop NameNode command and then start the NameNode using ./sbin/Hadoop-daemon.sh start NameNode command.

You can stop all the daemons with ./sbin /stop-all.sh command and then start the daemons using the ./sbin/start-all.sh command.