Re: Flink Batch mode checkpointing

Posted by Soheil Pourbafrani on
URL: http://deprecated-apache-flink-user-mailing-list-archive.369.s1.nabble.com/Flink-Batch-mode-checkpointing-tp32193p32197.html

Thanks a lot. 

On Thu, Jan 16, 2020 at 8:12 PM Yun Tang <[hidden email]> wrote:
Hi

Current Batch API does not really relay on checkpoint mechanism and not support for checkpoints. In the long term, Flink targets for the unification of streaming and batch [1]. Once this is completed, we can enable some checkpoint future when dealing batch cases.



Best
Yun Tang


From: Soheil Pourbafrani <[hidden email]>
Sent: Friday, January 17, 2020 1:46
To: user <[hidden email]>
Subject: Flink Batch mode checkpointing
 
Hi,

While in Streaming mode I'm using the Flink checkpointing and restart strategy, I could not find any checkpointing or restart strategy for Batch mode! Does Flink have any support for that? Actually I'm gonna read some huge text files and I need the application to be at least restarted on any failure.