You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by "Luning Wang (Jira)" <ji...@apache.org> on 2022/04/02 09:01:00 UTC

[jira] [Updated] (FLINK-27010) Support setting sql client args via flink conf

     [ https://issues.apache.org/jira/browse/FLINK-27010?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Luning Wang updated FLINK-27010:
--------------------------------
    Description: 
-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}
 

 

 

  was:
{{'-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}
{{}}

 

 


> 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: Luning 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}
>  
>  
>  



--
This message was sent by Atlassian Jira
(v8.20.1#820001)