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

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

GitHub user gyfora opened a pull request:

    https://github.com/apache/flink/pull/334

    [FLINK-1434] [FLINK-1401] Streaming support added for webclient

    This pull request enables the Flink webclient to execute streaming 
programs, and also adds support for plan visualisation for streaming programs. 
    
    The main modification was to add a common interface for both batch and 
streaming optimized plans, called FlinkPlan. Both OptimizedPlan and 
StreamingPlan implements this common interface.
    
    The methods in the Client, PackagedProgram and webclient have been modified 
to detect whether it is a Streaming or a Batch plan and take actions 
accordingly.
    
    These should be refined later when we bring the streaming package out of 
the flink-addons, hopefully for the 0.9 release.
    
    I also added a simple JSON plan generator for streaming programs.

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/mbalassi/flink webclient

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/flink/pull/334.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 #334
    
----
commit ac29dfea400ac438b9acb44b4b4cd7431c62b0cd
Author: Gyula Fora <gyf...@apache.org>
Date:   2015-01-24T21:12:03Z

    [FLINK-1434] [FLINK-1401] Streaming support added for webclient

----


> 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