I have a Kerberized cluster (HDP version: 2.4.3 and ambari version: 2.2.2.0) in which Storm in installed. Before the cluster was kerberized, Storm service (Nimbus and Supervisor) was running successfully. But, after kerberization, Nimbus and Supervisor fail to start. I checked logs, got the following error:
[ERROR] Error on initialization of server service-handler
java.lang.RuntimeException: org.apache.storm.zookeeper.KeeperException$InvalidACLException: KeeperErrorCode = InvalidACL for nimbus
Zookeeper service is up and Storm points to right zookeeper hosts.
Also, there is no data in storm local directories. The local directory is: /hadoop/storm. It has /nimbus/inbox folder which is empty.
Please provide some solution. Thanks.