storm运行和搭建

来源:互联网 发布:网络剧呆头呆脑电视剧 编辑:程序博客网 时间:2024/06/05 07:55

1. 文章参考


https://github.com/nathanmarz/storm/wiki/Setting-up-a-Storm-cluster


2. zk搭建


3. 

启动:

Nimbus: Run the command "bin/storm nimbus" under supervision on the master machine.

Supervisor: Run the command "bin/storm supervisor" under supervision on each worker machine. The supervisor daemon is responsible for starting and stopping worker processes on that machine.

UI: Run the Storm UI (a site you can access from the browser that gives diagnostics on the cluster and topologies) by running the command "bin/storm ui" under supervision. The UI can be accessed by navigating your web browser to http://{nimbus host}:8080.