I want to import a project that run in two modes "local and production"
mode
want to get what is mean by production mode is that mean in cluster or
distributed mode ?
and if that right . are the configurations in storm.yaml is like that or
not ?
storm.zookeeper.servers:
- "ipaddress"
nimbus.host: "ipaddress"
storm.zookeeper.port: 2181
storm.local.dir: /home/storm
supervisor.slots.ports:
- 6700
- 6701
- 6702
- 6703
drpc.port: 3772
drpc.servers:
- "localhost"
and zoo.cfg is
tickTime=2000
dataDir=/home/storm/zookeeper
clientPort=2181
initLimit=5
syncLimit=2