|
This post was updated on .
Hi Flink users,
When using `file:///mysavepoint` instead of `hdsf://mysavepoint for
ENVCONFIG.setString("state.checkpoints.dir", stateBackend);
savepoint will be transfered from task manager to job manager (same as using memory as state backend), and stored in the disk of job manager?
Savepoint seems to be necessary to be stored in the place where job manager can find, and then it can start the job again. It looks like it can work without s3 or hdfs , is that true? ( if this works, that means we can use EBS)
Best,
Sendoh
|