How to start hadoop daemons?

To start-

cd /usr/local/hadoop/etc/hadoop start-dfs.sh && start-yarn.sh

To Stop-
stop-dfs.sh
stop-yarn.sh

Comments