[ https://issues.apache.org/jira/browse/FLINK-2068?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14554111#comment-14554111 ]
ASF GitHub Bot commented on FLINK-2068: --------------------------------------- GitHub user mjsax opened a pull request: https://github.com/apache/flink/pull/707 [FLINK-2068] WebUI support multiple jobs per jar file - program-class can contain multiple comma seperated entry classes - WebClient shows checkbox for each entry class and can display plan for it You can merge this pull request into a Git repository by running: $ git pull https://github.com/mjsax/flink multipleJobsWebUI Alternatively you can review and apply these changes as the patch at: https://github.com/apache/flink/pull/707.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 #707 ---- commit 35d7b5be823e3c4578b8d51f8d03f53018fb1066 Author: mjsax <mj...@informatik.hu-berlin.de> Date: 2015-05-17T20:25:17Z added UI support for multiple "program-class" entries in jar files - program-class can contain multiple comma seperated entry classes - WebClient shows checkbox for each entry class and can display plan for it ---- > WebUI support multiple jobs per jar file > ---------------------------------------- > > Key: FLINK-2068 > URL: https://issues.apache.org/jira/browse/FLINK-2068 > Project: Flink > Issue Type: Improvement > Components: Webfrontend > Reporter: Matthias J. Sax > Assignee: Matthias J. Sax > Priority: Minor > > Currently, WebUI cannot deal with multiple jobs within a single jar file. > Thus, only the plan of the job specified via "program-class" parameter in > Manifest file can be displayed. -- This message was sent by Atlassian JIRA (v6.3.4#6332)