Re: Per-job mode job restart and HA configuration

2020-08-03 Thread Yang Wang
Hi Suchithra, Roman is right. You still need zookeeper HA configured so that the job could recover successfully when jobmanager failover. Although job jar is bundled in the image, the checkpoint counter and path need to be stored in zookpeeper. When the jobmanager terminated exceptionally and rela

Re: Per-job mode job restart and HA configuration

2020-08-03 Thread Khachatryan Roman
Hi Suchithra, Yes, you need to pass these parameters to standalone-job.sh in Kubernetes job definition. I'm pulling in Patrick as he might know this subject better. Regards, Roman On Mon, Aug 3, 2020 at 12:24 PM V N, Suchithra (Nokia - IN/Bangalore) < suchithra@nokia.com> wrote: > Hello,

Per-job mode job restart and HA configuration

2020-08-03 Thread V N, Suchithra (Nokia - IN/Bangalore)
Hello, I am using Flink version 1.10.1 in Kubernetes environment. In per-Job mode of flink, to achieve HA do we need zookeeper and HA parameters to restart the job? I am suspicious because job jar is part of the docker itself. Thanks, Suchithra