[
https://issues.apache.org/jira/browse/BEAM-5600?focusedWorklogId=341508&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-341508
]
ASF GitHub Bot logged work on BEAM-5600:
----------------------------------------
Author: ASF GitHub Bot
Created on: 11/Nov/19 22:04
Start Date: 11/Nov/19 22:04
Worklog Time Spent: 10m
Work Description: lukecwik commented on pull request #10045: [BEAM-5600,
BEAM-2939] Add SplittableParDo expansion logic to runner's core.
URL: https://github.com/apache/beam/pull/10045#discussion_r344930720
##########
File path:
runners/samza/src/main/java/org/apache/beam/runners/samza/SamzaPipelineRunner.java
##########
@@ -36,8 +39,16 @@
@Override
public PortablePipelineResult run(final Pipeline pipeline, JobInfo jobInfo) {
+ // Expand any splittable DoFns within the graph to enable sizing and
splitting of bundles.
Review comment:
I was thinking about that but the preparation will likely diverge once more
forms of splitting are added since the various graph expansions will change.
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
Issue Time Tracking
-------------------
Worklog Id: (was: 341508)
Time Spent: 1h (was: 50m)
> Splitting for SplittableDoFn should be exposed within runner shared libraries
> -----------------------------------------------------------------------------
>
> Key: BEAM-5600
> URL: https://issues.apache.org/jira/browse/BEAM-5600
> Project: Beam
> Issue Type: New Feature
> Components: sdk-java-core
> Reporter: Scott Wegner
> Priority: Major
> Labels: portability
> Time Spent: 1h
> Remaining Estimate: 0h
>
--
This message was sent by Atlassian Jira
(v8.3.4#803005)