Storm笔记

spout和bolt:http://yaochitc.iteye.com/blog/2096730

启动zookeeper: zkServer.sh start

启动nimbus主节点: nohup bin/storm nimbus >> /dev/null &

启动supervisor从节点: nohup bin/storm supervisor >> /dev/null &

启动strom ui管理界面: bin/storm ui &

启动Topology: bin/storm jar jar的路径 main方法所在类的全限定类名

posted @ 2018-11-20 17:42  veryvalley  阅读(138)  评论(0)    收藏  举报