File tree Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -207,14 +207,14 @@ curl -sLo- https://raw.githubusercontent.com/bullet-db/bullet-db.github.io/src/e
207207
208208If 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
219219Note: This does * not* delete ``` $HOME/.nvm ``` .
220220
You can’t perform that action at this time.
0 commit comments