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方法所在类的全限定类名