Rest API cancel-with-savepoint: 404s when passing path as target-directory
Posted by
Emily McMahon on
URL: http://deprecated-apache-flink-user-mailing-list-archive.369.s1.nabble.com/Rest-API-cancel-with-savepoint-404s-when-passing-path-as-target-directory-tp15685.html
I've tried every combination I can think of to pass an s3 path as the target directory (url encode, include trailing slash, etc)
I can successfully pass a local path as the target directory (ie /jobs/$jobID/cancel-with-savepoint/target-directory/tmp) so I don't think there's a problem with the jobId or rest of the url. I also verified I can create the savepoint on s3 from the command line so it's not a permission issue.
using Flink 1.3.1
Anyone have a working example?
Thanks,
Emily