What do you see in the supervisor logs? I would think your supervisor is not able to talk to Zookeeper for registration.
On Fri, Apr 18, 2014 at 10:19 AM, Bilal Al Fartakh <[email protected] > wrote: > I have this in my Storm.yaml (supervisor ): > storm.zookeeper.servers: > - "88.198.22.226" > # - "server2" > # > nimbus.host: "88.198.22.226" > -------------------------------------- > and same thing in my nimbus : > storm.zookeeper.servers: > - "localhost" > # - "server2" > # > nimbus.host: "localhost" > > when I run the supervisor with " nohup ~/src/storm-0.8.1/bin/storm > supervisor & " > the number of supervisors remains 0 (in UI ) and after a wile a get this > message : [1]+ Exit 13 nohup ~/src/storm-0.8.1/bin/storm > supervisor > > I'm lost guys what should I do to maintain the connection between my two > servers ? > >
