(转)STORM启动与部署TOPOLOGY

时间:2024-10-29 11:37:20

STORM启动与部署TOPOLOGY

  1. 启动ZOOPKEEPER
    (转)STORM启动与部署TOPOLOGYzkServer.sh start
  2. 启动NIMBUS
    (转)STORM启动与部署TOPOLOGYstorm nimbus &
  3. 启动SUPERVISOR
    (转)STORM启动与部署TOPOLOGYstorm supervisor &
  4. 启动UI
    (转)STORM启动与部署TOPOLOGYstorm ui &
  5. 部署TOPOLOGY
    (转)STORM启动与部署TOPOLOGYstorm jar /opt/hadoop/loganalyst/storm-dependend/data/teststorm-1.0.jar teststorm.TopologyMain /opt/hadoop/loganalyst/storm-dependend/data/words.txt
  6. 删除TOPOLOGY
    (转)STORM启动与部署TOPOLOGYstorm kill {toponame}
  7. 激活TOPOLOGY
    (转)STORM启动与部署TOPOLOGYstorm active {toponame}
  8. 不激活TOPOLOGY
    (转)STORM启动与部署TOPOLOGYstorm deactive {toponame}
  9. 列出所有TOPOLOGY
    (转)STORM启动与部署TOPOLOGYstorm list

link:http://www.blogjava.net/paulwong/archive/2013/09/11/403942.html