1、安装一个zookeeper集群
2、上传storm的安装包,解压
3、修改配置文件storm.yaml
#所使用的zookeeper集群主机
storm.zookeeper.servers:
- “zjgm01”
- “zjgm02”
- “zjgm03”
#nimbus所在的主机名
nimbus.host: “zjgm01”
启动storm
在nimbus主机上
./storm nimbus
./storm ui
在supervisor主机上
./storm supervisor
来源:CSDN
作者:weixin_44363242
链接:https://blog.csdn.net/weixin_44363242/article/details/103469661