3.storm-starter打包在storm集群上运行

Posted Kyhoon

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了3.storm-starter打包在storm集群上运行相关的知识,希望对你有一定的参考价值。

1.使用maven或者其他打包工具将storm-starter打成jar包

2.请将jar包用解压工具打开在根目录下找到defaults.yaml文件并将其删除不然到时会报有multiply defaults.yaml的错哦

3.用ftp工具将jar包上传到linux系统主节点上

4.在各个节点上启动zookeeper,启动nimbus(只需在主节点上启动),启动supervisor,启动ui(只需在主节点上启动),启动logviewer

bin/zkServer.sh start
bin/storm nimbus
bin/storm supervisor
bin/storm ui
bin/storm logviewer

5.运行jar包

bin/storm jar  (要运行jar包的全路径)   (主类的包名).(主类的类名)  (任务名[取一个不重复的就行了])

6.访问主节点:ui port 查看storm ui的运行情况是否正常就行了

7.如果要停止作业请使用命令

bin/storm kill (任务名)

  

以上是关于3.storm-starter打包在storm集群上运行的主要内容,如果未能解决你的问题,请参考以下文章

Storm 系列—— Storm 项目三种打包方式对比分析

2 storm的topology提交执行

Storm集群上的开发 ,本地模式报错问题(插曲)

2.3 远程模式运行WordCountApp

Storm 集群安装配置

Storm 系列Storm 集群部署和配置