You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to storm...@googlegroups.com
Is there a way to kill all toplogies without needing to name them all?
I would like to gracefully shut down the cluster with a script and would like to have a kill * or kill all command so that I don't need to know what's currently running.
Sergey Lukjanov
unread,
Nov 2, 2012, 1:39:28 PM11/2/12
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to storm...@googlegroups.com
Currently, you can't do this, but you can run "storm list" and then manually run "storm kill <tplg_name>" for each topology from the list.