简体   繁体   English

Flink SQL 客户端连接非本地集群

[英]Flink SQL Client connect to non local cluster

Is it possible to connect the flink sql client to a remote cluster?是否可以将 flink sql 客户端连接到远程集群? 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:您可以在conf/flink-conf.yaml文件中配置与远程集群的连接:

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

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

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