Search code examples
apache-zookeeperapache-stormtopology

What should be do after submit topology?


I'm new to storm I submitted topology but I want to shutdown storm.

First I killed topology by bin/storm kill topology_name

I want to close zookeeper, nimbus, supervisor?


Solution

  • if you ran it terminal without supervisor, just close terminal. if you ran it under supervisor, to stop zookeeper run "service zookeeper stop" to stop supervisor run "service supervisord stop" when supervisor shutdown, your storm will also shutdown