zhangwei created FLINK-14211:
--------------------------------
Summary: 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
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)