[
https://issues.apache.org/jira/browse/FLINK-27010?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17517773#comment-17517773
]
LuNng Wang edited comment on FLINK-27010 at 4/6/22 2:25 AM:
------------------------------------------------------------
[~martijnvisser] [~fsk119] When we use SQL Client, '-i', '-l' and '-pyexec'
are stable option. We don't want to set them every time SQL Client starts. The
'-pyexec' can be set in YAML via 'python.executable', but '-i' and '-l' can not.
Can we add `sql-client.execution.init-file`, etc. in SQL Client configuration?
was (Author: ana4):
[~martijnvisser] [~fsk119] When we use SQL Client, '-i', '-l' and '-pyexec'
are stable option. We don't want to set them every time SQL Client starts. The
'-pyexec' can be set in YAML via 'python.executable', but '-i' and '-l' can not.
Can we add `sql-client.execution.init-file`, etc. in SQL Client configuration?
> Support setting sql client args via flink conf
> ----------------------------------------------
>
> Key: FLINK-27010
> URL: https://issues.apache.org/jira/browse/FLINK-27010
> Project: Flink
> Issue Type: Improvement
> Components: Table SQL / Client
> Affects Versions: 1.14.4
> Reporter: LuNng Wang
> Priority: Major
>
> '-i' '-j' and '-l' only be set in startup options.
> I want to add the following options in flink-conf.yaml to set SQL Client
> options.
> {code:java}
> sql-client.execution.init-file: /foo/foo.sql
> sql-client.execution.jar: foo.jar
> sql-client.execution.library: /foo{code}
> When startup options are set, the flink-conf.yaml will be overridden.
>
>
--
This message was sent by Atlassian Jira
(v8.20.1#820001)