Hello,
I am trying to use the savepoint command (./bin/flink savepoint jobid) in the code instead of doing it manually in the terminal. The jobid can get using getjobid(). The problem is to define the path ./bin/flink — it can not be shown as a directory (probably because of a unix executable file).
Is there a way to define the path (./bin/flink) in the code? or, is there any function to get the savepoint from code instead of manual command?
Thank you