Hi,

The path of a savepoint is a user specified parameter, therefore it is
not tracked by flink. It is up to the user to know where should the
savepoint end up.

As for API to check status of a savepoint you can use[1]

Best,

Dawid

[1]
https://ci.apache.org/projects/flink/flink-docs-release-1.7/monitoring/rest_api.html#jobs-jobid-savepoints-triggerid

On 13/01/2019 18:47, anaray wrote:
> As per the 1.7.0 documentation  here
> <https://ci.apache.org/projects/flink/flink-docs-release-1.7/monitoring/rest_api.html#jars-jarid-run>
>   
> To start a job from a savepoint, savepointPath is required. But it not clear
> from where to get this savepointPath? In earlier versions we could get it
> from 
> /jobs/:jobid/cancel-with-savepoint/in-progress/:requestId. It gave response
> like 
> {
>   "status": "success",
>   "request-id": 1,
>   "savepoint-path": "<savepointPath>"
> }
>
> Is there a way to get the savepointPath from an API on 1.7? 
>
> Thanks,
>
>
>
>
> --
> Sent from: 
> http://apache-flink-user-mailing-list-archive.2336050.n4.nabble.com/

Attachment: signature.asc
Description: OpenPGP digital signature

Reply via email to