, Konstantinos
Cc: Aleksey Pak ; user@flink.apache.org
Subject: Re: Unable to change job manager port when launching session cluster
on Docker
The problem as I understand is your system port 8081 is already in use, so you
want to bind a different port of local system to the container's 8081 port.
Pleas
; *From:* Aleksey Pak
> *Sent:* Friday, October 18, 2019 10:46 PM
> *To:* Papadopoulos, Konstantinos
>
> *Cc:* user@flink.apache.org
> *Subject:* Re: Unable to change job manager port when launching session
> cluster on Docker
>
>
>
> Hi Konstantinos,
>
>
>
ubject: Re: Unable to change job manager port when launching session cluster
on Docker
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
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
Hello all,
I am trying to launch an Apache Flink session cluster on Docker using Docker
Compose and following the respective tutorial:
https://ci.apache.org/projects/flink/flink-docs-stable/ops/deployment/docker.html#flink-with-docker-compose
The default job manager port (i.e., 8081) is in use on