首页 > 其他 > 详细

Storm

时间:2018-08-15 13:01:54      阅读:133      评论:0      收藏:0      [点我收藏+]
  1. 启动ZOOPKEEPER
    技术分享图片zkServer.sh start
  2. 启动NIMBUS
    技术分享图片storm nimbus &
  3. 启动SUPERVISOR
    技术分享图片storm supervisor &
  4. 启动UI
    技术分享图片storm ui &
  5. 部署TOPOLOGY
    技术分享图片storm jar xxx.jar teststorm.Main /words.txt
  6. 删除TOPOLOGY
    技术分享图片storm kill {toponame}
  7. 激活TOPOLOGY
    技术分享图片storm active {toponame}
  8. 不激活TOPOLOGY
    技术分享图片storm deactive {toponame}
  9. 列出所有TOPOLOGY
    技术分享图片storm list

Storm

原文:https://www.cnblogs.com/seamanone/p/9480741.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!