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

----


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

Reply via email to