Re: Savepoint Location from Flink REST API

Posted by Aaron Langford on
URL: http://deprecated-apache-flink-user-mailing-list-archive.369.s1.nabble.com/Savepoint-Location-from-Flink-REST-API-tp33808p33828.html

Roman,

Thanks for the info. That's super helpful. I'd be interested in picking that ticket up.

One additional question: the states that can return from this API are only described as 'COMPLETED' or 'IN_PROGRESS'. How are failures represented for this endpoint?

Aaron

On Fri, Mar 20, 2020 at 2:29 AM Khachatryan Roman <[hidden email]> wrote:
Hey Aaron,

You can use /jobs/:jobid/savepoints/:triggerid to get the location when the checkpoint is completed.


Meanwhile, I've created an issue to update the docs: https://issues.apache.org/jira/browse/FLINK-16696

Regards,
Roman


On Fri, Mar 20, 2020 at 5:09 AM Aaron Langford <[hidden email]> wrote:
Hey Flink Community,

I'm combing through docs right now, and I don't see that a savepoint location is returned or surfaced anywhere. When I do this in the CLI, I get a nice message that tells me where in S3 it put my savepoint (unique savepoint ID included). I'm looking for that same result to be available via the REST API. Does this exist today?

Aaron