You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beam.apache.org by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2017/06/05 11:35:04 UTC

[jira] [Commented] (BEAM-593) Support unblocking run() in FlinkRunner and cancel() and waitUntilFinish() in FlinkRunnerResult

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

ASF GitHub Bot commented on BEAM-593:
-------------------------------------

GitHub user aljoscha opened a pull request:

    https://github.com/apache/beam/pull/3295

    [BEAM-593] Refactor Flink execution as preparation for async job control

    This is just the basic refactoring extracted from #2915. I think we should get this in rather quickly because several people seem to be working on Flink Runner stuff.
    
    @peihe You might like to take a look, among other things I ported your recent additions on `FlinkPipelineExecutionEnvironment` (which doesn't exist anymore now) to the new `FlinkStreamingPipelineExecutor`.

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

    $ git pull https://github.com/aljoscha/beam jira-593-flink-executor-refactoring

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

    https://github.com/apache/beam/pull/3295.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 #3295
    
----
commit ff2f12e5cca349c0fb8f89d74333284828639721
Author: Aljoscha Krettek <al...@gmail.com>
Date:   2017-05-05T12:13:01Z

    Add FlinkPipelineExecutor with subclasses for batch and streaming
    
    This replaces the old FlinkPipelineExecutionEnvironment which was
    responsible for both batch and stream execution, which made the code
    more complicated.

commit 151f05373c3926f349093232a682a022ba1153bd
Author: Aljoscha Krettek <al...@gmail.com>
Date:   2017-06-05T11:17:51Z

    Replace Flink PipelineTranslationOptimizer by internal method

----


> Support unblocking run() in FlinkRunner and cancel() and waitUntilFinish() in FlinkRunnerResult
> -----------------------------------------------------------------------------------------------
>
>                 Key: BEAM-593
>                 URL: https://issues.apache.org/jira/browse/BEAM-593
>             Project: Beam
>          Issue Type: New Feature
>          Components: runner-flink
>            Reporter: Pei He
>            Assignee: Aljoscha Krettek
>
> We introduced both functions to PipelineResult.
> Currently, both of them throw UnsupportedOperationException in Flink runner.



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)