I have a topology that works well on a local cluster . But when I try to run it on a production cluster , the following happens:
BUT:
A topology does not start even though its status is ACTIVE
The topology log file does not appear in production.
I have the following employee log in supervisor.log :
2016-04-15 13:18:19.831 oasdsupervisor [WARN] There was a connection problem with nimbus.
So, I assume that I have a problem connecting to the halo, but the properties file in the working file:
storm.zookeeper.servers: - "192.168.22.209" - "192.168.22.216" - "192.168.22.217" storm.local.dir: "/app/home/storm" storm.zookeeper.root: "/storm-prod" # nimbus.seeds: ["192.168.120.96"]
And if I do ping to nimbus ip from workers, it will return OK
Where is the error, how can I fix it?
Thanks!
source share