0
votes

I am trying to deploy a flink cluster with docker compose, this has been working fine, but whenever the job manager is restarted it drops all of the JAR files.

According to the flink website: https://ci.apache.org/projects/flink/flink-docs-stable/ops/deployment/docker.html

I need to mount the folder location like this: - /host/path/to/job/artifacts:/opt/flink/usrlib

however, upon successfully doing so, no jobs appear to be available within the management interface. I can enter into the container and see the mount has worked successfully

Is this the wrong location ? Or is there something else im missing here?

Thanks!

1

1 Answers

0
votes

If you want your jobs to recover from a job manager restart, you'll need to configure high availability.