Skip to content

Instantly share code, notes, and snippets.

@elee
Created February 12, 2014 22:32
Show Gist options
  • Save elee/8965895 to your computer and use it in GitHub Desktop.
Save elee/8965895 to your computer and use it in GitHub Desktop.
sudo apt-get install openjdk-7-jdk ; sudo update-alternatives --config java ; ps ax | grep backtype.storm | grep -v grep | awk '{print $1}' | xargs kill -9 ; java -version
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment