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 2016/07/20 23:01:20 UTC

[jira] [Commented] (BEAM-386) Dataflow runner to support Read.Bounded in streaming mode.

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

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

GitHub user peihe opened a pull request:

    https://github.com/apache/incubator-beam/pull/704

    [BEAM-386] Remove StreamingCreate in DataflowRunner

    Create is based on BoundedSource, and which is supported through UnboundedReadFromBoundedSource.

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

    $ git pull https://github.com/peihe/incubator-beam rm-streaming-create

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

    https://github.com/apache/incubator-beam/pull/704.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 #704
    
----
commit 2e3fe2f7e13858f382090e2572f406b5f35da964
Author: Pei He <pe...@google.com>
Date:   2016-07-20T22:47:05Z

    Remove StreamingCreate

----


> Dataflow runner to support Read.Bounded in streaming mode.
> ----------------------------------------------------------
>
>                 Key: BEAM-386
>                 URL: https://issues.apache.org/jira/browse/BEAM-386
>             Project: Beam
>          Issue Type: New Feature
>            Reporter: Pei He
>            Assignee: Pei He
>             Fix For: 0.2.0-incubating
>
>
> UnboundedReadFromBoundedSource is done.
> Make Dataflow runner use it.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)