This cookbook installs and configures Storm
Zookeeper cluster, should be installed using the zookeeper cookbook (see berksfile). The zookeeper_cluster_name
attribute should match Zookeeper's node["zookeeper"]["cluster_name"]
attribute.
include_recipe "storm::supervisor"
on the supervisor nodes, include_recipe "storm::nimbus"
on the nimbus node.
storm::default - Installs storm files, configures directories, etc. storm::nimbus - nimbus and UI services storm::supervisor - supervisor daemon
Some parts (templates and attributes) have been copied from Webtrends' cookbook (https://github.com/Webtrends/Cookbooks/blob/master/storm); Credit is due.
Author:: Avishai Ish-Shalom ([email protected])