码迷,mamicode.com
首页 > 其他好文 > 详细

Storm日常操作命令

时间:2015-04-29 10:13:40      阅读:116      评论:0      收藏:0      [点我收藏+]

标签:storm   storm日常操作命令   

1.启动storm的各个进程:

nohup storm nimbus &
nohup storm supervisor &
nohup storm ui &

2.启动storm的topology:
storm jar stormtopology10.jar com.hc360.storm.BusinessTopology businessTopology 1;
3.杀掉storm进程:

storm的进程可以通过jps列出所有进程,直接kill掉进程

杀掉topology:

storm kill businessTopology;
4.重启supervisor时需要执行下面清楚操作
rm -rf /state/partition1

Storm日常操作命令

标签:storm   storm日常操作命令   

原文地址:http://zlfwmm.blog.51cto.com/5892198/1640163

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!