Storm is a great real time streaming system. Recently, my project is about spark streaming. I want to learn storm either to know more about streaming system. Okay, let’s fire up.
Today I tried to install storm cluster on my local mac.
It was easy to install. It will cost you about 10min.
1. install zookeeper
- download zookeeper-3.4.9
- configure conf/zoo.cfg as follows:
1 | The number of milliseconds of each tick |
2. install storm
- download latest storm 1.1.0
- configure conf/storm.yaml as follows:
1 | storm.zookeeper.servers: |
to understand these config, please refer to: Setting-up-a-Storm-cluster.html
3. start stom
1 | start nimbus |
open http://localhost:8080, you will see storm started: