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/

Reply via email to