Skip to content

Commit 6de4225

Browse files
committed
Fixing typos
1 parent b5f3404 commit 6de4225

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Diff for: docs/quick-start.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ mkdir -p $BULLET_HOME/backend/storm
4242
mkdir -p $BULLET_HOME/service
4343
mkdir -p $BULLET_HOME/ui
4444
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
4646
tar -xzf examples_artifacts.tar.gz
4747
export BULLET_EXAMPLES=$BULLET_HOME/bullet-examples
4848
```
@@ -233,7 +233,7 @@ Visit [http://localhost:8800](http://localhost:8800) to query your topology with
233233
If 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

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

Diff for: examples/storm/bin/launch.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
# We pass 20 and 100 to the RandomSpout, which means it generates up to 20 random records every 100 ms.
44
storm 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 \

0 commit comments

Comments
 (0)