You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@storm.apache.org by Bilal Al Fartakh <al...@gmail.com> on 2014/04/18 19:21:38 UTC

Connection Between the Worker and the nimbus

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 while I got 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 ?

-- 
*Al Fartakh Bilal*