【发布时间】:2022-11-27 20:11:45
【问题描述】:
我安装了 apache flink,转到 flink-1.14.3 文件夹并运行 .bin/start-cluster.sh。
它似乎已经成功启动了集群,因为它输出了这个 -
Starting cluster.
Starting standalonesession daemon on host MacBook.local.
Starting taskexecutor daemon on host MacBook.local.
如何判断 Flink 运行在哪个端口?我在浏览器中访问了 http://localhost:8081/,但那里什么也没有。
【问题讨论】:
-
也许你有其他东西已经绑定到端口 8081,在这种情况下 Flink 将无法抢占该端口。
-
我错误地安装了错误的 Java 版本。我有 17.x 而不是 11.x
标签: apache-flink