一、确定安装storm版本,这里默认安装storm2.1.0
二、搭建storm集群步骤开始(Here's a summary of the steps for setting up a Storm cluster:)
-
安装一个Zookeeper集群(一般3台足够)(Set up a Zookeeper cluster)
(问题:单机需要装Zookeeper么)Zookeeper需要加入监控(It’s critical that you run Zookeeper under supervision, since Zookeeper is fail-fast and will exit the process if it encounters any error case. See here for more details.)
Zookeeper需要安装压缩Zookeeper数据和日志(It’s critical that you set up a cron to compact Zookeeper’s data and transaction logs. The Zookeeper daemon does not do this on its own, and if you don’t set up a cron, Zookeeper will quickly run out of disk space. See here for more details.)
-
安装依赖包(Install dependencies on Nimbu