namenode running as process 1795. Stop it first


2 Answer(s)


Hi Dawit,
Check the running hadoop services with jps.
If you want to stop hadooo services, please use the following command : stop-all.sh
Hope this helps.
Thanks

Hi Dawit,

If you want to stop only the namenode, you can use the following command.

hadoop-daemon.sh stop namenode