[ https://issues.apache.org/jira/browse/FLINK-2068?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14572686#comment-14572686 ]
ASF GitHub Bot commented on FLINK-2068: --------------------------------------- Github user rmetzger commented on the pull request: https://github.com/apache/flink/pull/707#issuecomment-108875028 Okay, I've checked it out and tested it locally. I don't like that the client is disabling the checkbox for jars without an `program-class` entry. The regular /bin/flink client also supports `Main-Class`. So the web client should support this as well. Also, as you can read here: http://ci.apache.org/projects/flink/flink-docs-master/apis/web_client.html way of manually specifying the name of the main class, so we should never disable the button to select a jar file. The feature you've added (multiple main methods per jar) is working perfectly fine. Thank you! > 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)