目录
1. 概述
Flink on Zeppelin环境的Remote模式,与Local模式基本是一样的,只是Remote模式需要额外启动一个Flink集群,并设置以下4个参数即可:
FLINK_HOME
flink.execution.mode
flink.execution.remote.host
flink.execution.remote.port
2. Zeppelin Remote 模式概述
Flink的Remote模式会连接一个已经创建好的Flink集群,一般是Flink standalone集群。除了配置FLINK_HOME 和 flink.execution.mode外,还需要配置flink.execution.remote.host和flink.execution.remote.port来指定JobManager的地址。
本文详细介绍了如何在Zeppelin中配置Flink的Remote模式,包括需要设置的参数如FLINK_HOME、flink.execution.mode等,以及如何在Remote模式下运行Flink demo示例,通过连接到已有的Flink standalone集群进行作业提交和日志查看。
订阅专栏 解锁全文
446





