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

Maximilian Michels commented on FLINK-2245:
-------------------------------------------

Yes, the way it would currently work with session management, is that all calls 
to collect() would execute under the same job id and thus be listed as one job 
in the job manager.

> Programs that contain collect() reported as multiple jobs in the Web frontend
> -----------------------------------------------------------------------------
>
>                 Key: FLINK-2245
>                 URL: https://issues.apache.org/jira/browse/FLINK-2245
>             Project: Flink
>          Issue Type: Bug
>          Components: Webfrontend
>            Reporter: Theodore Vasiloudis
>            Priority: Minor
>
> Currently, if we submit a program (job) that contains calls to collect, we 
> get a new "job" reported in the web fronted for each call to collect.
> The expected behaviour when submitting a job is for al the steps in the 
> program to be grouped and reported under one job, regardless of the actions 
> inside the job.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to