Data querying with SQL Client
Learn more about querying data with Flink SQL Client using Kafka catalogs.
You need to configure the SQL Client using the following methods:
- SQL Client Default settings - default SQL configurations that are specific for Catalogs and
connectors in the
/etc/flink/conf/sql-client-defaults.yaml
file. - Custom environment settings - using the
-e sql-env.yaml
paramter when starting the SQL client can override the regular Flink and Default SQL settings.
As every Flink SQL query is an independent Flink job, you can decide if you want to run them as standalone (per-job) YARN applications, or you can run them on a Flink session cluster.
For more information about the needed configurations, see the SQL Client documentation.