Hi Krzysztof,

Flink doesn't provide JM HA itself yet.

For YARN deployment, you can rely on yarn.application-attempts
configuration[1];
for Kubernetes deployment, Flink uses Kubernetes deployment to restart a
failed JM.

Though, such standalone mode doesn't tolerate JM failure and strategies
above just
restart the application, which means all tasks will be killed and restarted.

Best,
tison.

[1]
https://ci.apache.org/projects/flink/flink-docs-release-1.9/ops/jobmanager_high_availability.html#configuration-1


KristoffSC <krzysiek.chmielew...@gmail.com> 于2020年2月7日周五 下午11:34写道:

> Hi,
> In [1] where we can find setup for Stand Alone an YARN clusters to achieve
> Job Manager's HA.
>
> Is Standalone Cluster High Availability with a zookeeper the same approach
> for Docker's Job Cluster approach with Kubernetes?
>
> [1]
>
> https://ci.apache.org/projects/flink/flink-docs-release-1.9/ops/jobmanager_high_availability.html
>
> Thanks,
> Krzysztof
>
>
>
> --
> Sent from:
> http://apache-flink-user-mailing-list-archive.2336050.n4.nabble.com/
>

Reply via email to