Hi,
I personally use cron + grep the output for the savepoint path and write it
to a file to keep track of the latest savepoints for each job.
I can then use the last line of this file to restore from the latest
savepoint if necessary.
Cheers,
Gyula
Scott Kidder ezt írta (időpont: 2016. nov. 2
I'd like to create job savepoints at regular intervals to be used in the
event of a total job failure where it's not possible to restore from a
checkpoint. I'm aware that automatic savepoints are planned as part of
FLIP-10, but I need something more immediate (using Flink 1.1.3).
I'm curious how o