简体   繁体   中英

Flink SQL Client connect to non local cluster

Is it possible to connect the flink sql client to a remote cluster? I assume the client uses some configuration to determine job manager address, but I don't see it mentioned in docs.

Yes, that's possible.

You can configure the connection to a remote cluster in the conf/flink-conf.yaml file:

jobmanager.rpc.address: localhost
jobmanager.rpc.port: 6123

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM