Re: Change Storm binding address in local mode

2020-01-10 Thread Andrea Cardaci
On Fri, 10 Jan 2020 at 18:22, Ethan Li wrote: > I don’t see a way to change binding address for zookeeper if you are using > InProcessZookeeper or DevZookeeper. I see, thank you.

Re: Change Storm binding address in local mode

2020-01-10 Thread Ethan Li
Hi Andrea, I don’t see a way to change binding address for zookeeper if you are using InProcessZookeeper or DevZookeeper. https://github.com/apache/storm/blob/master/storm-server/src/main/java/org/apache/storm/zookeeper/Zookeeper.java#L78

Re: Change Storm binding address in local mode

2019-12-08 Thread Andrea Cardaci
On Sun, 1 Dec 2019 at 20:11, Andrea Cardaci wrote: > Storm (or some of its services) listens on the TCP port 2000 during > the local execution. I'm using a LocalCluster and I'm submitting the > topology programmatically. So does anyone know what listens on port 2000 in local mode and how to

Change Storm binding address in local mode

2019-12-01 Thread Andrea Cardaci
Hi, Storm (or some of its services) listens on the TCP port 2000 during the local execution. I'm using a LocalCluster and I'm submitting the topology programmatically. Logs say: > 19:53:52.945 [main] INFO o.a.s.s.o.a.z.s.NIOServerCnxnFactory - binding to > port 0.0.0.0/0.0.0.0:2000 >