Created
March 8, 2013 00:21
-
-
Save berngp/5113159 to your computer and use it in GitHub Desktop.
Stops all Hadoop processes running in the given node.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
for x in `cd /etc/init.d ; ls hadoop-*` ; do sudo service $x stop ; done |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment