[ https://issues.apache.org/jira/browse/FLINK-2731?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14904217#comment-14904217 ]
Robert Metzger commented on FLINK-2731: --------------------------------------- Hi, I've assigned the issue to Martin. Regarding your questions Martin: There is a new web interface in Flink, which you need to enable by setting a flag in the configuration (have a look in the readme of the flink-webinterface module). You don't need to worry about high availability right now. Just show the log file of the local jobmanager. Every JobManager has a web interface running. All the other web interfaces will redirect to the leading job manager's web interface. So for the JobManager log, just serve the local log file. The main problem to solve here is to retrieve the log files from the remote TaskManager's. I would use the BlobManager to transfer the logs from a TM to the JM. The old interface allows you to access the log files of the JobManager. It was really easy to implement this because the jobmanager logs were always on the same machine. Regarding Piotr's comment: Maybe you can share the work: Martin takes care of the backend which serves a log file and Piotr does the front end? > Add JobManager log file access > ------------------------------ > > Key: FLINK-2731 > URL: https://issues.apache.org/jira/browse/FLINK-2731 > Project: Flink > Issue Type: Sub-task > Components: Webfrontend > Affects Versions: 0.10 > Reporter: Stephan Ewen > Assignee: Martin Liesenberg > Fix For: 0.10 > > > Add access to the JobManager log file and out file in the web dashboard -- This message was sent by Atlassian JIRA (v6.3.4#6332)