Skip to content

Commit d1c9771

Browse files
committed
Adding FS cleanup
1 parent bf2ac73 commit d1c9771

File tree

1 file changed

+7
-5
lines changed

1 file changed

+7
-5
lines changed

docs/quick-start.md

+7-5
Original file line numberDiff line numberDiff line change
@@ -200,12 +200,14 @@ Visit [http://localhost:8800](http://localhost:8800) to query your topology with
200200

201201
To 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

0 commit comments

Comments
 (0)