First, I started Nimbus with
${storm.home}/bin/storm nimbus
It starts successfully
When I'm trying to start supervisor with this command:
${storm.home}/bin/storm supervisor
It prints JVM options and exit.
In supervisor.log I see next message:> 2015-11-17 11:28:56.111 b.s.d.supervisor [ERROR] Error on initialization > of server mk-supervisor > java.lang.RuntimeException: > org.apache.storm.shade.org.apache.zookeeper.KeeperException$InvalidACLException: > KeeperErrorCode = InvalidACL for > /supervisors/62a290be-610d-4177-9702-58479ebc80d2 I guess it is problem with security configuration. Storm 0.9.4 works fine. Can you help me? Thanks
