You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2015/10/06 19:05:26 UTC

[jira] [Commented] (FLINK-2731) Add JobManager log file access

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

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

GitHub user sachingoel0101 opened a pull request:

    https://github.com/apache/flink/pull/1233

    [FLINK-2731][web-dashboard] Adds access to Job Manager stdout and log.

    This adds minimalist support for accessing Job manager logs and stdout files to the new web frontend.
    Right now, to refresh the logs, user needs to explicitly press the refresh button, at which the whole log/stdout file is re-fetched and shown.
    
    Later on, I plan to implement a better system which doesn't have to fetch the whole file again. That might take some time and not be complete in time for the next release.
    @uce , can you take a look at this?
    Attaching a few screenshots:
    Logs:
    
    ![log](https://cloud.githubusercontent.com/assets/8874261/10315839/35641984-6c7a-11e5-98d7-253e74b3e684.PNG)
    
    Logs file download:
    
    ![log_download](https://cloud.githubusercontent.com/assets/8874261/10315847/3d379118-6c7a-11e5-8dce-cb53eaf1ef5f.PNG)
    
    Stdout:
    
    ![out](https://cloud.githubusercontent.com/assets/8874261/10315861/54c22370-6c7a-11e5-980d-d87f8f2ce7a8.PNG)
    
    Stdout file download:
    
    ![out_download](https://cloud.githubusercontent.com/assets/8874261/10315870/65b4e488-6c7a-11e5-9d05-9bf0f015f3f2.PNG)
    


You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/sachingoel0101/flink jobmanagerlog

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/flink/pull/1233.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #1233
    
----
commit 2939b07e2028391623c6fad8ad727b7b34a6e087
Author: Sachin Goel <sa...@gmail.com>
Date:   2015-10-06T15:10:12Z

    [FLINK-2731][web-dashboard] Adds access to Job Manager stdout and log.

----


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