Skip to content

Commit d3973b5

Browse files
author
Nathan Speidel
committed
Changed to storm 1.1.2
1 parent 81f0101 commit d3973b5

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

docs/quick-start.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -52,14 +52,14 @@ export BULLET_EXAMPLES=$BULLET_HOME/bullet-examples
5252

5353
```bash
5454
cd $BULLET_HOME/backend
55-
curl -O http://apache.org/dist/storm/apache-storm-1.0.3/apache-storm-1.0.3.zip
56-
unzip apache-storm-1.0.3.zip
57-
export PATH=$(pwd)/apache-storm-1.0.3/bin/:$PATH
55+
curl -O http://apache.org/dist/storm/apache-storm-1.1.2/apache-storm-1.1.2.zip
56+
unzip apache-storm-1.1.2.zip
57+
export PATH=$(pwd)/apache-storm-1.1.2/bin/:$PATH
5858
```
5959
Add a DRPC server setting to the Storm config:
6060

6161
```bash
62-
echo 'drpc.servers: ["127.0.0.1"]' >> apache-storm-1.0.3/conf/storm.yaml
62+
echo 'drpc.servers: ["127.0.0.1"]' >> apache-storm-1.1.2/conf/storm.yaml
6363
```
6464

6565
#### Step 3: Launch Storm components
@@ -84,7 +84,7 @@ Once everything is up without errors, visit [http://localhost:8080](http://local
8484
Before Bullet, test to see if Storm and DRPC are up and running by launching a example topology that comes with your Storm installation:
8585

8686
```bash
87-
storm jar apache-storm-1.0.3/examples/storm-starter/storm-starter-topologies-1.0.3.jar org.apache.storm.starter.BasicDRPCTopology topology
87+
storm jar apache-storm-1.1.2/examples/storm-starter/storm-starter-topologies-1.1.2.jar org.apache.storm.starter.BasicDRPCTopology topology
8888
```
8989

9090
Visit your UI with a browser and see if a topology with name "topology" is running. If everything is good, you should be able to ping DRPC with:
@@ -241,7 +241,7 @@ If you were performing the steps yourself, you can also manually cleanup **all t
241241
| -------------- | ---------------------------------------------------------------- |
242242
| UI | ```pkill -f [e]xpress-server.js``` |
243243
| Web Service | ```pkill -f [e]xample_drpc_pubsub_config.yaml``` |
244-
| Storm | ```pkill -f [a]pache-storm-1.0.3``` |
244+
| Storm | ```pkill -f [a]pache-storm-1.1.2``` |
245245
| File System | ```rm -rf $BULLET_HOME /tmp/dev-storm-zookeeper /tmp/jetty-*``` |
246246

247247
This does *not* delete ```$HOME/.nvm``` and some extra lines nvm may have added to your ```$HOME/{.profile, .bash_profile, .zshrc, .bashrc}```.

0 commit comments

Comments
 (0)