集群安装参考 https://github.com/nathanmarz/storm/wiki/Setting-up-a-Storm-cluster
example工程 https://github.com/nathanmarz/storm-starter
问题:
1.python2.5找不到,默认安装了2.7,源代码安装2.5解决
2.storm-starter工程编译找不到jar,twitter4j被墙,http://hi.baidu.com/88908775/item/e5d1f61cad8aaf443b176e28 解决
3.storm-starter编码报错,代码有问题,eclipse之后把错误代码删除
4.启动ExclamationTopology,总是local执行,没有提交到cluster,看代码需要提供一个参数,topology的name
5.Nimbus host is not set , 需要这个文件~/.storm/storm.yaml,指定nimbus.host
本文介绍了Apache Storm集群的安装配置过程,并分享了解决在安装过程中遇到的问题的经验,包括Python版本冲突、依赖包获取困难、工程编译错误、拓扑提交失败及配置文件缺失等常见问题。
882

被折叠的 条评论
为什么被折叠?



