I installed apache flink, went to the flink-1.14.3
folder and ran .bin/start-cluster.sh
.
It appears to have started the cluster successfully because it output this-
Starting cluster.
Starting standalonesession daemon on host MacBook.local.
Starting taskexecutor daemon on host MacBook.local.
How can I tell which port Flink is running on? I went to http://localhost:8081/ in my browser, but there's nothing there.