Re: Submit Flink Job on Yarn cluster to restores its state from it's last savepoint
Hi Anil,
when submitting the job, simply add `bin/flink run --fromSavepoint <savepointPath> -p <parrallelism> <path to flink job>`.
Cheers,
Till
On Fri, Jun 1, 2018 at 4:43 PM, Anil <[hidden email]> wrote:
I am running these Flink job in a Yarn cluster. When the flink job fails or I
restart it I want the Flink job to use the savepoint that was created before
it restarted. How do can restart the Flink job with this savepoint. I am
using Flink 1.4.2.