Skip to content

Instantly share code, notes, and snippets.

@cgag
Created July 24, 2012 20:51
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save cgag/3172590 to your computer and use it in GitHub Desktop.
Save cgag/3172590 to your computer and use it in GitHub Desktop.
wasdfwf
bash "restart storm processes" do
action :nothing
code <<-EOH
echo "Restarting storm processes"
jps | grep "worker\|supervisor" | awk '{print $1}' | xargs kill
EOH
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment