Hi Flink Community

When I run this command `flink run-application -t yarn-application -sae
 mainClass somejar` to submit some batch-task on YARN with Application
Mode, my shell client always terminates after task submission success,
then the dispatcher cannot receive the client heartbeat for a long time and
shuts down the task. When I remove `-sae` of the command line,  the task
won’t be cancelled by dispatcher. But the client also terminates after task
submission success, I want the client to obtain the task execution results
before exiting

So, is there a way for the client to synchronously obtain the task
execution results and then exit? Any answers would be helpful

Thank you,
Junchi-Liu

Reply via email to