2016-10-19-storm-0.10.2
0.10.2 下载
https://storm.apache.org/downloads.html
1 | wget https://mirrors.cnnic.cn/apache/storm/apache-storm-0.10.2/apache-storm-0.10.2.tar.gz |
文档
https://storm.apache.org/releases/0.10.2/index.html
依赖
Java 7
Python 2.6.6
安装 zookeeper
修改 hosts
1 | vi /etc/hosts |
修改 storm.yaml
1 | vi conf/storm.yaml |
https://storm.apache.org/releases/0.10.2/Setting-up-a-Storm-cluster.html
启动 storm
1 | bin/storm nimbus >/dev/null 2>&1 & |
默认数据位置
1 | storm-local |
日志位置
1 | tail -f logs/nimbus.log |