通过使用./bin/start-cluster.sh无法在Windows 10系统中启动Apache Flink 1.11.1

问题描述

我已经在Windows系统中安装了 apache_flink-1.11.1-bin-scala_2.11 ,并且还在环境变量中添加 FLINK_HOME 。我还在Windows系统中为Linux环境安装了cygwin。当我尝试通过运行./bin/start-cluster.sh启动flink时,无法启动集群。错误消息如下:

The execution result is empty

Could not get JVM Parameters and dynamic configurations properly.

flink-conf.yaml下的参数是

jobmanager.rpc.address: 192.168.1.101
jobmanager.rpc.port: 6123
jobmanager.memory.process.size: 1600m
taskmanager.memory.process.size: 1728m
parallelism.default: 1 

具有一个额外的工作节点。我无法调试该问题,请帮助我整理此配置设置。

Error image description here

解决方法

暂无找到可以解决该程序问题的有效方法,小编努力寻找整理中!

如果你已经找到好的解决方法,欢迎将解决方案带上本链接一起发送给小编。

小编邮箱:dio#foxmail.com (将#修改为@)