Re: Restoring a job from a savepoint

2022-07-07 Thread John Tipper
Hi all, The docs on restoring a job from a savepoint (https://nightlies.apache.org/flink/flink-docs-master/docs/ops/state/savepoints/#resuming-from-savepoints) state that the syntax is: $ bin/flink run -s :savepointPath [:runArgs] and where "you may give a path to either the savepoint’s d

Re: Restoring a job from a savepoint

2022-07-06 Thread Alexander Fedulov
all, > > > The docs on restoring a job from a savepoint ( > https://nightlies.apache.org/flink/flink-docs-master/docs/ops/state/savepoints/#resuming-from-savepoints) > state that the syntax is: > > $ bin/flink run -s :savepointPath [:runArgs] > > > and where "you may

Re: Restoring a job from a savepoint

2022-07-06 Thread Yaroslav Tkachenko
ation about the latest restore). On Wed, Jul 6, 2022 at 12:51 PM John Tipper wrote: > Hi all, > > > The docs on restoring a job from a savepoint ( > https://nightlies.apache.org/flink/flink-docs-master/docs/ops/state/savepoints/#resuming-from-savepoints) > state that the

Restoring a job from a savepoint

2022-07-06 Thread John Tipper
Hi all, The docs on restoring a job from a savepoint (https://nightlies.apache.org/flink/flink-docs-master/docs/ops/state/savepoints/#resuming-from-savepoints) state that the syntax is: $ bin/flink run -s :savepointPath [:runArgs] and where "you may give a path to either the savepo