flink-sql-gateway
flink-sql-gateway copied to clipboard
Update the README.md to remind users that the correct way to use sql gateway with session cluster executors.
The option yarn.application.id:
is required when use yarn-session executor. The program will thorw IllegalStateException
if this option isn't exist in $FLINK_HOME/conf/flink_conf.yaml
cc @godfreyhe @TsReaper , Could you help to review this?