Re: Get the savepointPath of a particular savepoint

2019-01-15 Thread anaray
Dawid , Gary, Got it . Thanks -- Sent from: http://apache-flink-user-mailing-list-archive.2336050.n4.nabble.com/

Re: Get the savepointPath of a particular savepoint

2019-01-14 Thread Gary Yao
Hi, The API still returns the location of a completed savepoint. See the example in the Javadoc [1]. Best, Gary [1] https://github.com/apache/flink/blob/1325599153b162fc85679589cab0c2691bf398f1/flink-runtime/src/main/java/org/apache/flink/runtime/rest/handler/job/savepoints/SavepointHandlers.jav

Re: Get the savepointPath of a particular savepoint

2019-01-14 Thread Dawid Wysakowicz
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/