File tree 2 files changed +3
-3
lines changed
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
42
42
mkdir -p $BULLET_HOME /service
43
43
mkdir -p $BULLET_HOME /ui
44
44
cd $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
46
46
tar -xzf examples_artifacts.tar.gz
47
47
export BULLET_EXAMPLES=$BULLET_HOME /bullet-examples
48
48
```
@@ -233,7 +233,7 @@ Visit [http://localhost:8800](http://localhost:8800) to query your topology with
233
233
If you were using the [ Install Script] ( #install-script ) or if you don't want to manually bring down everything, you can run:
234
234
235
235
``` 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
237
237
```
238
238
239
239
If 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 2
2
3
3
# We pass 20 and 100 to the RandomSpout, which means it generates up to 20 random records every 100 ms.
4
4
storm jar bullet-storm-example-1.0-SNAPSHOT-jar-with-dependencies.jar \
5
- com.yahoo.bullet.Topology \
5
+ com.yahoo.bullet.storm. Topology \
6
6
--bullet-conf bullet_settings.yaml \
7
7
--bullet-spout com.yahoo.bullet.storm.examples.RandomSpout \
8
8
--bullet-spout-parallelism 1 \
You can’t perform that action at this time.
0 commit comments