Re: checkpoints/.../shared cleanup

2021-10-09 Thread Alexey Trenikhun
Hi Roman, By stop-with-savepoint did you mean POST /jobs/:jobid/stop ? I’ve tried this one in the past, but I could not get status of async operation, not sure what endpoint to use for status, tried /jobs/:jobid/savepoints/:triggerid but it didn’t work Thanks, Alexey ___

Yarn job not exit when flink job exit

2021-10-09 Thread Jake
Hi When submit job in yarn-cluster model, flink job finish but yarn job not exit. What should I do? Submit command: /opt/app/flink/flink-1.14.0/bin/flink run -m yarn-cluster ./flink-sql-client.jar --file dev.sql