[ 
https://issues.apache.org/jira/browse/BEAM-2898?focusedWorklogId=86821&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-86821
 ]

ASF GitHub Bot logged work on BEAM-2898:
----------------------------------------

                Author: ASF GitHub Bot
            Created on: 02/Apr/18 22:44
            Start Date: 02/Apr/18 22:44
    Worklog Time Spent: 10m 
      Work Description: bsidhom commented on a change in pull request #4783: 
[BEAM-2898] Support Impulse transforms in Flink batch runner
URL: https://github.com/apache/beam/pull/4783#discussion_r178669051
 
 

 ##########
 File path: sdks/java/core/build.gradle
 ##########
 @@ -66,6 +66,7 @@ dependencies {
   shadow library.java.junit
   shadow "org.tukaani:xz:1.5"
   shadowTest project(":model:fn-execution").sourceSets.test.output
+  shadowTest project(path: ":runners:core-construction-java", configuration: 
"shadow")
 
 Review comment:
   This isn't needed anymore. Thanks for pointing it out.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


Issue Time Tracking
-------------------

    Worklog Id:     (was: 86821)
    Time Spent: 3h 20m  (was: 3h 10m)

> Flink supports chaining/fusion of single-SDK stages
> ---------------------------------------------------
>
>                 Key: BEAM-2898
>                 URL: https://issues.apache.org/jira/browse/BEAM-2898
>             Project: Beam
>          Issue Type: Sub-task
>          Components: runner-flink
>            Reporter: Henning Rohde
>            Priority: Major
>              Labels: portability
>          Time Spent: 3h 20m
>  Remaining Estimate: 0h
>
> The Fn API supports fused stages, which avoids unnecessarily round-tripping 
> the data over the Fn API between stages. The Flink runner should use that 
> capability for better performance.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

Reply via email to