Flink SQL Client connect to non local cluster

拜拜、爱过 提交于 2021-01-28 11:51:04

问题


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.


回答1:


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


来源:https://stackoverflow.com/questions/61623836/flink-sql-client-connect-to-non-local-cluster

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!