[
https://issues.apache.org/jira/browse/FLINK-964?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14054834#comment-14054834
]
Jonathan Hasenburg commented on FLINK-964:
------------------------------------------
Perfect. So that way I can get those informations easily. I think about it like
this.
private final Map<JobID, ProfilingData> jobsProfilingData = new HashMap<JobID,
ProfilingData>();
The class ProfilingData does not exist right now but should contain all
informations that need to be displayed.
I can grab jobsProfilingData in the JobmanagerInfoServlet.
Is it possible that way?
> Integrate profiling code with web interface
> -------------------------------------------
>
> Key: FLINK-964
> URL: https://issues.apache.org/jira/browse/FLINK-964
> Project: Flink
> Issue Type: Improvement
> Affects Versions: 0.6-incubating
> Reporter: Stephan Ewen
> Assignee: Jonathan Hasenburg
>
> This issue is subject to discussion.
> The profiling code currently needs to be kept in sync with the job graph
> code, execution graph code, and runtime code.
> Since that part of the code is undergoing quite some changes and the
> profiling code is not used right now, I suggest to remove it, or move it to
> an artifact repository.
--
This message was sent by Atlassian JIRA
(v6.2#6252)