Three questions:
1) If the drpc server configure as follows, then i need run "./bin/
storm drpc" on all of these servers?
drpc.servers:
- "10.13.41.104"
- "10.13.41.64"
- "10.13.41.98"
2) I need use storm jar summit the topology to storm first, then write
a application using DRPCClient to call "execute" ?
3) If i can give more than one hosts to DRPCClient?
DRPCClient client = new DRPCClient("drpc-host", 3772);