Hi Konstantinos,
Can you try using "8081:5000" as port binding configuration?
This should bind container's 8081 port to 5000 port on host.
If you want to use 5000 port as JobManager's port in the *container*, you
would need to change flink-conf.yaml or pass additional command line
argument (to ove
Hi Flavio,
Below is my explanation to your question, based on anecdotal evidence:
As you may know, Flink distribution package is already scala version
specific and bundles some jar artifacts.
User Flink job is supposed to be compiled against some of those jars (with
maven's `provided` scope). For
Hi Vishwas,
There is a known issue in the Flink Jira project [1].
Is it possible that you have encountered the same problem?
[1]: https://issues.apache.org/jira/browse/FLINK-11402
Regards,
Aleksey
On Tue, Aug 27, 2019 at 8:03 AM Vishwas Siravara
wrote:
> Hi Jörn,
> I tried that. Here is my s