File tree Expand file tree Collapse file tree 1 file changed +7
-5
lines changed Expand file tree Collapse file tree 1 file changed +7
-5
lines changed Original file line number Diff line number Diff line change @@ -200,12 +200,14 @@ Visit [http://localhost:8800](http://localhost:8800) to query your topology with
200200
201201To cleanup all the components we bought up:
202202
203- | | |
204- | -------------- | ------------------------------------------------------------------------ |
205- | Storm Topology | ``` storm kill bullet ``` |
206- | UI | ```ps aux | grep [ e] xpress-server.js | awk '{print $2}' | xargs kill``` |
203+ | | |
204+ | -------------- | ----------------------------------------------------------------------------------- |
205+ | Storm Topology | ``` storm kill bullet ``` |
206+ | UI | ```ps aux | grep [ e] xpress-server.js | awk '{print $2}' | xargs kill``` |
207207| Web Service | ```ps aux | grep [ e] xample_context.properties | awk '{print $2}' | xargs kill``` |
208- | Storm | ```ps aux | grep [ a] pache-storm-1.0.3 | awk '{print $2}' | xargs kill``` |
208+ | Storm | ```ps aux | grep [ a] pache-storm-1.0.3 | awk '{print $2}' | xargs kill``` |
209+
210+ You can also ``` rm -rf $BULLET_HOME /tmp/dev-storm-zookeeper /tmp/jetty-* ``` to clean up your file system too.
209211
210212## What did we do?
211213
You can’t perform that action at this time.
0 commit comments