Hello, I am trying to set up a Storm cluster. I have setup one node to be
the zookeeper server, where I have installed zookeeper and started the
server.
I setup another instance to be nimbus. I added this machine's IP to
nimbus.seeds and added the zookeeper ip in the storm.yaml and ran storm
nimbus. Also on this machine, I ran storm ui.
On the third machine, I add the nimbus IP to nimbus.seeds and add the
zookeeper IP in storm.yaml as well.
The last few lines of the supervisor.log file look like this:

====begin log=====
2017-03-16 23:38:52.577 main o.a.s.s.o.a.z.ZooKeeper [INFO] Initiating
client connection, connectString=10.71.104.132:2181/storm
sessionTimeout=20000 watcher=org.apache.storm.shade
.org.apache.curator.ConnectionState@3701e6e4
2017-03-16 23:38:52.578 main-SendThread(10.71.104.132:2181)
o.a.s.s.o.a.z.ClientCnxn [INFO] Opening socket connection to server
10.71.104.132/10.71.104.132:2181. Will not attempt to authenticate using
SASL (unknown error)
2017-03-16 23:38:52.578 main-SendThread(10.71.104.132:2181)
o.a.s.s.o.a.z.ClientCnxn [INFO] Socket connection established to
10.71.104.132/10.71.104.132:2181, initiating session
2017-03-16 23:38:52.592 main-SendThread(10.71.104.132:2181)
o.a.s.s.o.a.z.ClientCnxn [INFO] Session establishment complete on server
10.71.104.132/10.71.104.132:2181, sessionid = 0x15ad91c85a30029, negotiated
timeout = 20000
2017-03-16 23:38:52.592 main-EventThread
o.a.s.s.o.a.c.f.s.ConnectionStateManager
[INFO] State change: CONNECTED
2017-03-16 23:38:52.607 main o.a.s.l.Localizer [INFO] Reconstruct localized
resource: /home/ubuntu/apache-storm-1.0.3/storm-local/supervisor/usercache
2017-03-16 23:38:52.608 main o.a.s.l.Localizer [WARN] No left over
resources found for any user during reconstructing of local resources at:
/home/ubuntu/apache-storm-1.0.3/storm-local/supervisor/usercache
===end log=======


When I look at the storm ui, I see the following under Nimbus summary:
10.71.104.133     6627     Offline     Not applicable     Not applicable
localhost     6627     Leader     1.0.3     17m 40s


The supervisors area shows that I have no supervisors. I cannot get the
supervisors to show up. Does anyone know what my problem is? Thanks -Cameron

Reply via email to