storm如何部署拓扑
Posted 超人汪小建(seaboat)
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了storm如何部署拓扑相关的知识,希望对你有一定的参考价值。
storm集群搭建
比较简单,参考官方文档即可http://storm.apache.org/releases/1.0.2/Setting-up-a-Storm-cluster.html
启动Nimbus
./bin/storm nimbus &
- 启动Storm UI,方便对集群状态的监控。
./bin/storm ui &
- 启动supervisor
./bin/storm supervisor &
更新git代码
git pull --rebase
maven命令打包,xxx-0.0.1-SNAPSHOT
以上是关于storm如何部署拓扑的主要内容,如果未能解决你的问题,请参考以下文章
在 Windows 上使用“storm jar”命令远程部署 Storm 拓扑