nks,
John
From: Dian Fu
Sent: 08 July 2022 02:27
To: John Tipper
Cc: user@flink.apache.org
Subject: Re: PyFlink: restoring from savepoint
Hi John,
Could you provide more information, e.g. the exact command submitting the job,
the logs file, the PyFlink ve
Hi John,
Could you provide more information, e.g. the exact command submitting the
job, the logs file, the PyFlink version, etc?
Regards,
Dian
On Thu, Jul 7, 2022 at 7:53 PM John Tipper wrote:
> Hi all,
>
> I have a PyFlink job running in Kubernetes. Savepoints and checkpoints are
> being suc
Hi all,
I have a PyFlink job running in Kubernetes. Savepoints and checkpoints are
being successfully saved to S3. However, I am unable to get the job to start
from a save point.
The container is started with these args:
“standalone-job”, “-pym”, “foo.main”, “-s”, “s3://”, “-n”
In the JM logs