storm安装

大数据实时计算storm

#安装指导
http://storm.apache.org/releases/2.0.0-SNAPSHOT/Setting-up-a-Storm-cluster.html


一、Set up a Zookeeper cluster


二、Install dependencies on Nimbus and worker machines
1、 8+ (Apache Storm 2.x is tested through travis ci against a java 8 JDK)
2、Python 2.6.6 (Python 3.x should work too, but is not tested as part of our CI enviornment)

三、Download and extract a Storm release to Nimbus and worker machines
https://github.com/apache/storm/releases

四、Fill in mandatory configurations into storm.yaml
$ vi conf/storm.yaml

storm.zookeeper.servers:
  - "111.222.333.444"
  - "555.666.777.888"
  
 storm.local.dir
  
nimbus.seeds: ["111.222.333.44"]

supervisor.slots.ports:
    - 6700
    - 6701
    - 6702
    - 6703
    
drpc.servers: ["111.222.333.44"]


五、Launch daemons under supervision using "storm" script and a supervisor of your choice
#master 
bin/storm nimbus&
#worker
bin/storm supervisor&
#ui
bin/storm ui&

http://ui host:8080

六、Setup DRPC servers (Optional)

 

 

storm.yml

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值