Hadoop Commands
Command |
Description |
|---|---|
cd $HADOOP_HOME/sbin |
Enters the Hadoop sbin directory. Subsequent commands will be run in this directory. |
./stop-all.sh |
Stops the Hadoop service. |
./start-all.sh |
Starts the Hadoop service. |
jps |
Checks whether the ResourceManager service is started. If it is not started, check ResourceManager logs to locate the fault. |
Parent topic: References