Thanks for reporting this Juho.
I've created FLINK-9130 [1] to address the issue.
Best Fabian
[1] https://issues.apache.org/jira/browse/FLINK-9130
2018-04-04 12:03 GMT+02:00 Juho Autio :
> Thank you, it works!
>
> I would still expect this to be documented.
>
> If I understood correctly, the do
Thank you, it works!
I would still expect this to be documented.
If I understood correctly, the documentation is generated from these
Javadocs:
https://github.com/apache/flink/blob/release-1.5/flink-runtime/src/main/java/org/apache/flink/runtime/rest/handler/job/savepoints/SavepointHandlers.java#
Hi Juho,
Sorry, I should have included an example. To cancel the job:
curl -XPOST host:port/jobs/:jobid/savepoints -d '{"cancel-job": true}'
Let me know if it works for you.
Best,
Gary
On Thu, Mar 29, 2018 at 10:39 AM, Juho Autio wrote:
> Thanks Gary. And what if I want to match the old be
Thanks Gary. And what if I want to match the old behaviour ie. have the job
cancelled after savepoint has been created? Maybe I saw some optional field
for that purpose, that could be put into JSON payload of POST.. But this
documentation doesn't cover it:
https://github.com/apache/flink/blob/relea
Hi Juho,
Thank you for testing the Apache Flink 1.5 release.
For FLIP-6 [1], the "cancel with savepoint" API was reworked. Unfortunately
the
FLIP-6 REST API documentation still needs to be re-generated [2][3]. Under
the
new API, you first issue a POST request against /jobs/:jobid/savepoints, and