[ https://issues.apache.org/jira/browse/FLINK-1434?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14291041#comment-14291041 ]
ASF GitHub Bot commented on FLINK-1434: --------------------------------------- Github user rmetzger commented on a diff in the pull request: https://github.com/apache/flink/pull/334#discussion_r23503538 --- Diff: flink-addons/flink-streaming/flink-streaming-core/pom.xml --- @@ -48,6 +48,12 @@ under the License. <version>${project.version}</version> <scope>test</scope> </dependency> + + <dependency> + <groupId>org.apache.sling</groupId> + <artifactId>org.apache.sling.commons.json</artifactId> + <version>2.0.6</version> + </dependency> --- End diff -- how many new / and which transitive dependencies are added by this dependency? > Web interface cannot be used to run streaming programs > ------------------------------------------------------ > > Key: FLINK-1434 > URL: https://issues.apache.org/jira/browse/FLINK-1434 > Project: Flink > Issue Type: Bug > Components: Streaming, Webfrontend > Affects Versions: 0.9 > Reporter: Gyula Fora > Assignee: Gyula Fora > > Flink streaming programs currently cannot be submitted through the web > client. When you try run the jar you get a ProgramInvocationException. > The reason for this might be that streaming programs completely bypass the > use of Plans for job execution and the streaming execution environment > directly submits the jobgraph to the client. -- This message was sent by Atlassian JIRA (v6.3.4#6332)