Skip to content

Commit c9fc013

Browse files
committed
Updating cleanup
1 parent 1542e75 commit c9fc013

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

docs/quick-start/spark.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -207,14 +207,14 @@ curl -sLo- https://raw.githubusercontent.com/bullet-db/bullet-db.github.io/src/e
207207

208208
If you were performing the steps yourself, you can also manually cleanup **all the components and all the downloads** using:
209209

210-
| | |
211-
| -------------- | ---------------------------------------------------------------- |
212-
| UI | ```pkill -f [e]xpress-server.js``` |
213-
| Web Service | ```pkill -f [e]xample_kafka_pubsub_config.yaml``` |
214-
| Spark | ```pkill -f [b]ullet-spark``` |
215-
| Kafka | ```${KAFKA_DIR}/bin/kafka-server-stop.sh``` |
216-
| Zookeeper | ```${KAFKA_DIR}/bin/zookeeper-server-stop.sh``` |
217-
| File System | ```rm -rf $BULLET_HOME``` |
210+
| | |
211+
| -------------- | ------------------------------------------------------------------------------ |
212+
| UI | ```pkill -f [e]xpress-server.js``` |
213+
| Web Service | ```pkill -f [e]xample_kafka_pubsub_config.yaml``` |
214+
| Spark | ```pkill -f [b]ullet-spark``` |
215+
| Kafka | ```${KAFKA_DIR}/bin/kafka-server-stop.sh``` |
216+
| Zookeeper | ```${KAFKA_DIR}/bin/zookeeper-server-stop.sh``` |
217+
| File System | ```rm -rf $BULLET_HOME /tmp/zookeeper /tmp/kafka-logs/ tmp/spark-checkpoint``` |
218218

219219
Note: This does *not* delete ```$HOME/.nvm```.
220220

0 commit comments

Comments
 (0)