File tree 1 file changed +7
-5
lines changed
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
200
200
201
201
To cleanup all the components we bought up:
202
202
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``` |
207
207
| 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.
209
211
210
212
## What did we do?
211
213
You can’t perform that action at this time.
0 commit comments