Re: Change Flink binding address in local mode

2019-12-09 Thread Andrea Cardaci
On Mon, 9 Dec 2019 at 12:54, Chesnay Schepler wrote: > At this point I would suggest to file a ticket Here it is: https://issues.apache.org/jira/browse/FLINK-15154

Change Flink binding address in local mode

2019-12-08 Thread Andrea Cardaci
Hi, Flink (or some of its services) listens on three random TCP ports during the local[1] execution, e.g., 39951, 41009 and 42849. [1]: https://ci.apache.org/projects/flink/flink-docs-stable/dev/local_execution.html#local-environment The sockets listens on `0.0.0.0` and since I need to run some

Local setup, practical differences between standalone JAR vs start-cluster.sh

2019-11-19 Thread Andrea Cardaci
Hi, I asked the same question on StackOverflow but received no response so far, so I thought I could also post it here. The original question can be found at: https://stackoverflow.com/q/58922246/477168 Feel free to (also) reply there. For convenience find the original text below. --- So the co