FIrst i want to make sure that i get this point well from you
i have topology i ran it with maven in local and worked successfully
1- Is execute code with maven here means Local mode ?
2- i want to run it in cluster i read that i can run it with single machine
so
- so with single machine means distributed too ?
- what are the configurations should i have in storm.yaml
like this
storm.zookeeper.servers:
- "127.0.0.1"
nimbus.host: "127.0.0.1"
drpc.servers:
- "127.0.0.1"
* * i mean i will use localhost in all ip in the config ?
2- what if i want to run it with another machine "i have one worker only "
so what are the configurations should i write in storm.yaml for
storm.zookeeper.servers
nimbus host
drpc.servers
in the master and the other machine
I Hope can find help to get answers well , THANKS