[ 
https://issues.apache.org/jira/browse/FLINK-14211?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16944562#comment-16944562
 ] 

Timo Walther commented on FLINK-14211:
--------------------------------------

[~arugal] most of the deployment parameters are the ones also used for the 
Flink CLI: 
https://ci.apache.org/projects/flink/flink-docs-master/ops/config.html
If this works for you, can you close this issue or open a PR for documentation?

> Add jobManager address configuration for SqlClient
> --------------------------------------------------
>
>                 Key: FLINK-14211
>                 URL: https://issues.apache.org/jira/browse/FLINK-14211
>             Project: Flink
>          Issue Type: Improvement
>          Components: Table SQL / Client
>    Affects Versions: 1.9.0
>            Reporter: zhangwei
>            Priority: Trivial
>
> Add jobmanager option in deployment configuration, allow SQL clients to 
> submit jobs to the remote flink cluster
> {code:java}
> deployment:
>   # general cluster communication timeout in ms
>   response-timeout: 5000
>   # (optional) address from cluster to gateway
>   gateway-address: ""
>   # (optional) port from cluster to gateway
>   gateway-port: 0
>   # (optional) jobmanager address
>   jobmanager: 127.0.0.1:8081
> {code}



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

Reply via email to