Thanks Yang!
It worked as expected after I made the changes suggested by you!
Avijit
On Wed, Jul 22, 2020 at 11:05 PM Yang Wang wrote:
> Hi Avijit,
>
> I think you need to create a network via "docker network create
> flink-network".
> And then use "docker run ... --name=jobmanager --network f
Hi Avijit,
I think you need to create a network via "docker network create
flink-network".
And then use "docker run ... --name=jobmanager --network flink-network" to
set the hostname. Also
"jobmanager.rpc.address" need to be set the jobmanager. Refer the doc[1]
for more information.
If you really
Hi,
I have built a docker image containing both Flink 1.11 and the job jar as
per instructions at:
https://ci.apache.org/projects/flink/flink-docs-stable/ops/deployment/docker.html
The jobanager starts up fine as follows:
- FLINK_PROPERTIES="jobmanager.rpc.address: 127.0.0.1"
- docker run --env