Re: Restoring from checkpoint with different parallism
Posted by
Yun Tang on
URL: http://deprecated-apache-flink-user-mailing-list-archive.369.s1.nabble.com/Restoring-from-checkpoint-with-different-parallism-tp40530p40531.html
Hi Rex,
I think doc [1] should have given some descriptions. Rescaling from previous checkpoint is still supported in current Flink version.
Best
Yun Tang
Hello,
When using the TableAPI, is it safe to run a flink job with a different `-p` parallelism while restoring from a checkpoint (not a savepoint) using `-s`, without any rescaling of actual machines? I don't seem to find this documented anywhere.
Thanks!
--