ververica / flink-sql-gateway

Apache License 2.0
490 stars 187 forks source link

How to configure the run mode for submitting SQL jobs through the gateway #46

Closed 22221cjp closed 4 years ago

22221cjp commented 4 years ago

For advice. Flink version 1.10 is deployed on yarn, and flink configuration is yarn-session mode. SQL tasks are submitted through the flink-sql-gateway rest interface, but sometimes the submitted tasks are run by the yarn session model, and sometimes by per job, for whatever reason

image