Re: DataStream API Batch Execution Mode restarting...

2021-05-19 Thread Marco Villalobos
e job to execute it from the scratch. > > Best, > Yun > > > > --Original Mail -- > *Sender:*Marco Villalobos > *Send Date:*Wed May 19 11:27:37 2021 > *Recipients:*user > *Subject:*DataStream API Batch Execution Mode restarting...

Re: DataStream API Batch Execution Mode restarting...

2021-05-19 Thread Yun Gao
Hi Marco, Have you configured the restart strategy ? if the restart-strategy [1] is configuration into some strategies other than none, Flink should be able to restart the job automatically on failover. The restart strategy could also be configuration via

DataStream API Batch Execution Mode restarting...

2021-05-18 Thread Marco Villalobos
I have a DataStream running in Batch Execution mode within YARN on EMR. My job failed an hour into the job two times in a row because the task manager heartbeat timed out. Can somebody point me out how to restart a job in this situation? I can't find that section of the documentation. thank you.