stop then start the job, how to load latest checkpoints automatically?

classic Classic list List threaded Threaded
3 messages Options
Reply | Threaded
Open this post in threaded view
|

stop then start the job, how to load latest checkpoints automatically?

Shaosu Liu
I want to load previous states and I understand I could do this with specifying a savepoints.
Is there a way to do this automatically, given I do not change my code (jar)?

--
Cheers,
Shaosu
Reply | Threaded
Open this post in threaded view
|

Re: stop then start the job, how to load latest checkpoints automatically?

Aljoscha Krettek
Hi,
you can perform a savepoint without changing your jar, yes.

Automatically taking the latest checkpoint as a savepoint is not possible right now. We are working on adding support for that, however.

Cheers,
Aljoscha

On Tue, 26 Jul 2016 at 20:28 Shaosu Liu <[hidden email]> wrote:
I want to load previous states and I understand I could do this with specifying a savepoints.
Is there a way to do this automatically, given I do not change my code (jar)?


--
Cheers,
Shaosu
Reply | Threaded
Open this post in threaded view
|

Re: stop then start the job, how to load latest checkpoints automatically?

Shaosu Liu
Thanks for the reply.

I just saw Josh's email about rewarming the states for functions and your proposal of N-Ary operator. I think that would achieve what I want to do.

On Fri, Jul 29, 2016 at 3:36 AM, Aljoscha Krettek <[hidden email]> wrote:
Hi,
you can perform a savepoint without changing your jar, yes.

Automatically taking the latest checkpoint as a savepoint is not possible right now. We are working on adding support for that, however.

Cheers,
Aljoscha

On Tue, 26 Jul 2016 at 20:28 Shaosu Liu <[hidden email]> wrote:
I want to load previous states and I understand I could do this with specifying a savepoints.
Is there a way to do this automatically, given I do not change my code (jar)?


--
Cheers,
Shaosu



--
Cheers,
Shaosu