Is there a clean way to stop storm without killing it with \"kill XXX\" where XXX is the PID?
I run \"storm kill topology-name\" to kill the topology, but after that, is
If you wanna kill all the topologies in one go :
bin/storm kill `bin/storm list | grep | awk '{print $1}'` -w 5