File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -42,7 +42,7 @@ mkdir -p $BULLET_HOME/backend/storm
4242mkdir -p $BULLET_HOME /service
4343mkdir -p $BULLET_HOME /ui
4444cd $BULLET_HOME
45- curl -LO https://github.com/yahoo/bullet-docs/releases/download/v0.3.2 /examples_artifacts.tar.gz
45+ curl -LO https://github.com/yahoo/bullet-docs/releases/download/v0.3.3 /examples_artifacts.tar.gz
4646tar -xzf examples_artifacts.tar.gz
4747export BULLET_EXAMPLES=$BULLET_HOME /bullet-examples
4848```
@@ -233,7 +233,7 @@ Visit [http://localhost:8800](http://localhost:8800) to query your topology with
233233If you were using the [ Install Script] ( #install-script ) or if you don't want to manually bring down everything, you can run:
234234
235235``` bash
236- curl -sLo- https://raw.githubusercontent.com/yahoo/bullet-docs/v0.3.2 /examples/install-all.sh | bash -s cleanup
236+ curl -sLo- https://raw.githubusercontent.com/yahoo/bullet-docs/v0.3.3 /examples/install-all.sh | bash -s cleanup
237237```
238238
239239If you were performing the steps yourself, you can also manually cleanup ** all the components and all the downloads** using:
Original file line number Diff line number Diff line change 22
33# We pass 20 and 100 to the RandomSpout, which means it generates up to 20 random records every 100 ms.
44storm jar bullet-storm-example-1.0-SNAPSHOT-jar-with-dependencies.jar \
5- com.yahoo.bullet.Topology \
5+ com.yahoo.bullet.storm. Topology \
66 --bullet-conf bullet_settings.yaml \
77 --bullet-spout com.yahoo.bullet.storm.examples.RandomSpout \
88 --bullet-spout-parallelism 1 \
You can’t perform that action at this time.
0 commit comments