Hi,
We are launching Flink on Yarn job, here whenever the job manager gets restarted, the previous task that was running doesn't get restarted instead it shows no jobs running. Is there a way to resume previous running task, when job manager restarts. Regards, Sushil Ks |
Hi,
did you configure high availability with Zookeeper, as described here: https://ci.apache.org/projects/flink/flink-docs-release-1.3/setup/jobmanager_high_availability.html ? This should bring the desired behaviour. Best, Stefan
|
Hi Stefan, Regards, On Jan 3, 2018 7:07 PM, "Stefan Richter" <[hidden email]> wrote:
|
Yes, HA is required for what you want to do. I am not aware of an alert mechanism in Flink, but would assume that this is something that should better be solved on the YARN level?
Best, Stefan
|
Oh okay! Thanks! On Jan 4, 2018 2:47 PM, "Stefan Richter" <[hidden email]> wrote:
|
In reply to this post by Stefan Richter
If I want the job be restarted after jobmanager restart ,is it must be
zookeeper when on HA mode? high-availability: zookeeper -- Sent from: http://apache-flink-user-mailing-list-archive.2336050.n4.nabble.com/ |
Free forum by Nabble | Edit this page |