Re: Yarn job not exit when flink job exit

2021-10-11 Thread Yangze Guo
Hi, Jake In Flink 1.14, we recommend using "-t yarn-per-job"[1] for starting per-job cluster. Regarding your issue, I could not reproduce it with the Wordcount example. However, I think this is not the right way for Flink's SQL client, which might be the root cause of your issue. Would you like to

Re: Yarn job not exit when flink job exit

2021-10-11 Thread Caizhi Weng
Hi! yarn-cluster is the mode for a yarn session cluster, which means the cluster will remain even after the job is finished. If you want to finish the Flink job as well as the yarn job, use yarn-per-job mode instead. Jake 于2021年10月9日周六 下午5:53写道: > Hi > > When submit job in yarn-cluster model, f

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