Skip to content
This repository has been archived by the owner on Sep 2, 2022. It is now read-only.

Support start job from a savepoints dir without specifying savepoint ID #84

Open
functicons opened this issue Oct 31, 2019 · 0 comments
Labels
feature #a2eeef

Comments

@functicons
Copy link
Collaborator

functicons commented Oct 31, 2019

Currently when taking savepoint, users specify a savepoints (parent) dir, Flink automatically generate a savepoint ID and put data in the corresponding subdir. When starting a job from a savepoint, you have to specify the savepoint ID, which means when using the operator, the job args part of the CR has to be changed to point to the specific savepoint.

We want to allow users to only specify savepoints dir in jobSpec, and the operator automatically selects (the latest) savepoint in the dir. This will in turn allow us to update job seamlessly, because savepoint ID becomes transparent.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
feature #a2eeef
Projects
None yet
Development

No branches or pull requests

1 participant