Re: Flink SQL on Yarn For Help

2021-05-16 Thread Timo Walther
You check if there is a configuration option listed here: https://ci.apache.org/projects/flink/flink-docs-release-1.13/docs/deployment/config/ If it is, you can add it to config/flink-config.yaml. Maybe others have other pointers. Otherwise you will need to use Table API instead of SQL Client.

Re: Flink SQL on Yarn For Help

2021-05-14 Thread Timo Walther
Hi Yunhui, officially we don't support YARN in the SQL Client yet. This is mostly because it is not tested. However, it could work due to the fact that we are using regular Flink submission APIs under the hood. Are you submitting to a job or session cluster? Maybe you can also share the comp