RE: [EXT] Re: Reusing savepoints from a streaming job in a batch job

2021-08-08 Thread Schwalbe Matthias
sources and integrate into a new batch job. Thias From: tobias.schu...@xing.com Sent: Freitag, 6. August 2021 15:02 To: user@flink.apache.org; Chesnay Schepler Subject: Re: [EXT] Re: Reusing savepoints from a streaming job in a batch job Sorry to hear that. Did I got that right that there is

Re: [EXT] Re: Reusing savepoints from a streaming job in a batch job

2021-08-06 Thread tobias.schulze
Sorry to hear that. Did I got that right that there is no way to save and recover state in batch mode? Tobi On 6. Aug 2021, 13:20 +0200, Chesnay Schepler , wrote: > All checkpointing-related features do not work in batch mode. > > https://ci.apache.org/projects/flink/flink-docs-release-1.13/docs/

Re: Reusing savepoints from a streaming job in a batch job

2021-08-06 Thread Chesnay Schepler
All checkpointing-related features do not work in batch mode. https://ci.apache.org/projects/flink/flink-docs-release-1.13/docs/dev/datastream/execution_mode/#important-considerations On 04/08/2021 21:23, tobias.schu...@xing.com wrote: He folks, This is a crosspost of a stack overflow question

Reusing savepoints from a streaming job in a batch job

2021-08-04 Thread tobias.schulze
He folks, This is a crosspost of a stack overflow question (https://stackoverflow.com/questions/68631624/flink-job-cant-use-savepoint-in-a-batch-job) which didn’t get any replies yet so please bare with me. Let me start in a generic fashion to see if I somehow missed some concepts: I have a st