Storm
Posted seamanone
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Storm相关的知识,希望对你有一定的参考价值。
- 启动ZOOPKEEPER
zkServer.sh start
- 启动NIMBUS
storm nimbus &
- 启动SUPERVISOR
storm supervisor &
- 启动UI
storm ui &
- 部署TOPOLOGY
storm jar xxx.jar teststorm.Main /words.txt
- 删除TOPOLOGY
storm kill {toponame}
- 激活TOPOLOGY
storm active {toponame}
- 不激活TOPOLOGY
storm deactive {toponame}
- 列出所有TOPOLOGY
storm list
以上是关于Storm的主要内容,如果未能解决你的问题,请参考以下文章