[ https://issues.apache.org/jira/browse/FLINK-2731?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14948158#comment-14948158 ]
ASF GitHub Bot commented on FLINK-2731: --------------------------------------- Github user sachingoel0101 commented on the pull request: https://github.com/apache/flink/pull/1233#issuecomment-146433225 @rmetzger , I looked at your changes to enable the dashboard on yarn. Looks good. :) A few comments to make sure this PR can directly start working after yours: I would like to rename the yarn log files to `jobmanager.log`, `jobmanager.out` and `jobmanager.err`. Can you do this with your commit? Further, the web runtime resources and log file paths are entirely different things. Right now, in normal mode, I can assume that the log files are present under the directory `flink.base.dir.key/log`. However, that won't be the case in yarn. What would be the best way to pass the log directory path to Web runtime? Should it be given as an argument or as an environment variable? I'm more inclined towards an ev. After you address my comments, I will rebase this on top of your PR and check if everything works. :) > 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: Sachin Goel > 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)