[
https://issues.apache.org/jira/browse/FLINK-2732?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15029470#comment-15029470
]
Martin Liesenberg commented on FLINK-2732:
------------------------------------------
I am unassigning the ticket from me, as I unfortunately won't have the time to
work on it in the near future - first I'll be on vacation, then starting a new
job - and I dont want to delay completion of the ticket any further.
I have committed everything I have in a branch named like the ticket in my
github repo and am available for any question if some picks up the ticket and
wants to use my code.
Core ideas:
- upon requesting the log of a taskmanager an akka message is sent to the
taskmanager with the type of log (log/stdout) requested
- the taskmanager uploads its log via a blob client and sends a message with a
key and a jobid (should be some constant)
- the log files can be retrieved via jobid and key amd displayed via a
staticfileserverhandler
Whats missing is the actual looking for the files and the displaying of the
files.
> Add access to the TaskManagers' log file and out file in the web dashboard.
> ---------------------------------------------------------------------------
>
> Key: FLINK-2732
> URL: https://issues.apache.org/jira/browse/FLINK-2732
> Project: Flink
> Issue Type: Sub-task
> Components: Webfrontend
> Affects Versions: 0.10.0
> Reporter: Stephan Ewen
> Assignee: Martin Liesenberg
> Fix For: 1.0.0
>
>
> Add access to the TaskManagers' log file and out file in the web dashboard.
> This needs addition on the server side, as the log files need to be
> transferred to the JobManager via the blob server.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)