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

ASF GitHub Bot commented on FLINK-1434:
---------------------------------------

Github user gyfora commented on a diff in the pull request:

    https://github.com/apache/flink/pull/334#discussion_r23503616
  
    --- 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 --
    
    This is already a dependency of the flink-connectors.
    It might be good at some point to refactor the batch JSON plan generator to 
use some actual JSON parser to make it look less messy


> 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)

Reply via email to