From bd9edc69a7c0d89a582c85f73a4946b06cd8af5c Mon Sep 17 00:00:00 2001 From: luoxiang <2806718453@qq.com> Date: Sun, 2 Jun 2019 11:26:50 +0800 Subject: [PATCH] modify --- notes/installation/Storm集群环境搭建.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/notes/installation/Storm集群环境搭建.md b/notes/installation/Storm集群环境搭建.md index fb562e0..27f53f8 100644 --- a/notes/installation/Storm集群环境搭建.md +++ b/notes/installation/Storm集群环境搭建.md @@ -155,6 +155,8 @@ nohup sh storm logviewer & +
+ 访问hadoop001或hadoop002的`8080`端口,界面如下。可以看到有一主一备2个`Nimbus`和3个`Supervisor`,并且每个`Supervisor`有四个`slots`,即四个可用的`worker`进程,此时代表集群已经搭建成功。