Hi Sandeep,
I think it should work fine with `StandaloneCompletedCheckpointStore`.
Have you checked if your directory /Users/test/savepoint is being
populated in the first place? And if so, if the restarted job is not
throwing some exceptions like it can not access those files?
Also note, that
Hello
I was reading this:
https://stackoverflow.com/questions/61010970/flink-resume-from-externalised-checkpoint-question
I am trying to run a standalone job on my local with a single job manager and
task manager.
I have enabled checkpointing as below:
env.setStateBackend(new RocksDBState