Hi!

We have been running Flink on Yarn for quite some time and historically we
specified port ranges so that the client can access the cluster:

yarn.application-master.port: 100-200

Now we updated to flink 1.7 and try to migrate away from the legacy
execution mode but we run into a problem that we cannot connect to the
running job from the command line client like before.

What is the equivalent port config that would make sure that ports that are
needed to be accessible from the client land between 100 and 200?

Thanks,
Gyula

Reply via email to