我已经下载了Flink 1.5.0
并运行了启动集群脚本,集群似乎已成功启动:
$ ./bin/start-cluster.sh
Starting cluster.
Starting standalonesession daemon on host LAPTOP-HRAHBL24.
Starting taskexecutor daemon on host LAPTOP-HRAHBL24.
但是,当我访问时 http://localhost:8081/连接被拒绝。我按照问题取消注释主机文件中的本地主机行: https://superuser.com/questions/1008349/unable-to-connect-to-localhost-after-windows-10-upgrade
我检查了日志,其中有此错误:"/d/Programs/flink-1.5.0/bin/flink-daemon.sh:第 131 行:C:\程序:没有这样的文件或目录" 我在Flink 1.10.1
遇到此错误,我尝试搜索它但找不到任何东西
知道我能做些什么来解决这个问题吗?
问题是"程序文件"中的空间,所以我在 conf/flink-conf 中设置了 java 主页.xml这个错误就消失了。
在 conf/flink-conf.yaml 中,使用此变量 env.java.home 设置 java home
。