Re: JobManager Web UI
Posted by
Shannon Carey on
URL: http://deprecated-apache-flink-user-mailing-list-archive.369.s1.nabble.com/JobManager-Web-UI-tp13114p13118.html
Since YARN must support people running multiple Flink clusters, the JobManager web UI binds to an ephemeral port by default (to prevent port usage conflicts). Also, the AM (and web UI) may be placed on any of the Yarn nodes. Therefore, if you wanted to
access it directly instead of through the Yarn web proxy, you'd have to find what machine and port it is running on.
-Shannon
I am running flink-1.1.4 on Cloudera distributed Hadoop (Yarn).
Yarn Running applications ---> application master. My flink-conf.yaml has jobmanager.web.port: 8081.
Amy I missing something here?
- Shravan