The “conf/storm.yaml” file contains configurations of Storm. And the ideal configurations are as follows:
storm.zookeeper.servers:
- "<ip of zookeeper node>"
storm.local.dir: “/path/to/storm/data(any path)”
nimbus.host: "<ip where nimbus is present in node>"
supervisor.slots.ports:
- 6700
- 6701
- 6702
- 6703