- Set up a Zookeeper cluster
- Install dependencies on Nimbus and worker machines
- Download and extract a Storm release to Nimbus and worker machines
- Fill in mandatory configurations into storm.yaml
- Launch daemons under supervision using "storm" script and a supervisor of your choice
Set up a Single Node Zookeeper Cluster
- Storm uses Zookeeper for coordinating the cluster. Zookeeper is not used for message passing, so the load Storm places on Zookeeper is quite low. Single node Zookeeper clusters should be sufficient for most cases.
I agreed with this statement. At least for the first time user.
- Download ZooKeeper from Apache ZooKeeper - Releases
- Create conf/zoo.cfg
- Start ZooKeeper Server: bin/zkServer.sh start
No comments:
Post a Comment