| Different commands for starting and shutting down Hadoop Daemons.
One of the most asked interview questions in Hadoop and commands is given below:-
(1)Below command will start all the daemons:
./sbin/start-all.sh
(2)Below command will shut down all the daemons:
./sbin/stop-all.sh | | |