Hi Hermann,
when you start a Flink cluster, then also the web interface is started. It is reachable under http://<jobManagerURL>:8081
. The web interface tells you a lot about the current state of your cluster and the currently executed Flink jobs.
Additionally, you can start the web client via ./start-webclient.sh
, which you can find in the bin
directory. The web client, which is reachable under port 8080
, allows you to submit Flink jobs to your cluster via a browser.
Cheers,
Till
Hello Flinkers,I'm wondering if a UI Solution for Flink already exist when startingSincerly,Hermann
Free forum by Nabble | Edit this page |