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

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

GitHub user jkff opened a pull request:

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

    [BEAM-1377] Splittable DoFn in Dataflow streaming runner

    Transform expansion and translation for the involved primitive transforms.
    
    Of course, the current PR will only work after the respective Dataflow 
worker and backend changes are released (presumably that'll happen only after I 
return from vacation). So, @kennknowles feel free to take a look but this is 
not ready for review yet.

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

    $ git pull https://github.com/jkff/incubator-beam df-sdf

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

    https://github.com/apache/beam/pull/1898.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 #1898
    
----
commit 7ea71f46969ce7af065a2ad327b9686d3eafbd17
Author: Eugene Kirpichov <[email protected]>
Date:   2017-02-02T01:26:55Z

    [BEAM-1377] Splittable DoFn in Dataflow streaming runner
    
    Transform expansion and translation for the involved primitive
    transforms. Of course, the current PR will only work after the
    respective Dataflow worker and backend changes are released.

----


> Support Splittable DoFn in Dataflow streaming runner
> ----------------------------------------------------
>
>                 Key: BEAM-1377
>                 URL: https://issues.apache.org/jira/browse/BEAM-1377
>             Project: Beam
>          Issue Type: New Feature
>          Components: runner-dataflow
>            Reporter: Eugene Kirpichov
>            Assignee: Eugene Kirpichov
>
> Dataflow runner should support splittable DoFn.
> However, Dataflow batch and streaming runners will support it quite 
> differently, streaming being the somewhat easier one. The current issue is 
> about the streaming runner.



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

Reply via email to