Retaining uploaded job jars on Flink HA restarts on Kubernetes
Posted by
Rohil Surana on
URL: http://deprecated-apache-flink-user-mailing-list-archive.369.s1.nabble.com/Retaining-uploaded-job-jars-on-Flink-HA-restarts-on-Kubernetes-tp19985.html
Hi,
I have a very basic Flink HA setup on Kubernetes and wanted to retain job jars on JobManager Restarts.
For HA I am using a Zookeeper and a NFS drive mounted on all pods (JobManager and TaskManagers), that is being used for checkpoints and have also set the `web.upload.dir: /data/flink-uploads` where /data is for the NFS volume.
Still when the JobManager is killed, the uploaded jars are lost.
Would really appreciate if anyone can help in what I am missing.
- Rohil