[ 
https://issues.apache.org/jira/browse/FLINK-2731?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14962549#comment-14962549
 ] 

ASF GitHub Bot commented on FLINK-2731:
---------------------------------------

Github user sachingoel0101 commented on the pull request:

    https://github.com/apache/flink/pull/1233#issuecomment-149036747
  
    @mxm I've rebased on your latest changes to enable dashboard on yarn. 
    Also, there was a little redundant code in `StaticFileServerHandler` 
    ```java
    if (File.separatorChar != '/') {
        requestPath = requestPath.replace('/', File.separatorChar);
    }
    ```
    which I think was meant to make sure things work on windows, but it doesn't 
actually serve that purpose. I've removed it in the second commit.
    
    The log and out files are now accessible both with and without yarn. I have 
also enabled the logs related tests on both `YARNSessionFIFOITCase` and 
`WebFrontendITCase`.


> 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)

Reply via email to