[
https://issues.apache.org/jira/browse/BEAM-10670?focusedWorklogId=482389&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-482389
]
ASF GitHub Bot logged work on BEAM-10670:
-----------------------------------------
Author: ASF GitHub Bot
Created on: 12/Sep/20 01:26
Start Date: 12/Sep/20 01:26
Worklog Time Spent: 10m
Work Description: lukecwik commented on pull request #12617:
URL: https://github.com/apache/beam/pull/12617#issuecomment-691375678
> Hi @lukecwik , I must miss some context here, could you help me understand
couple of things:
>
> 1. If the PR is intended to opt Samza runner out for SplittableDoFn, why
do we also introduce the translator for it?
In this case the opt-out means that the user must manually specify
"use_deprecated_read" to opt-out of using SplittableDoFn as SplittableDoFn will
be the default.
> 2. `beam:transform:sdf_process_keyed_elements:v1` seems to be deprecated,
are we expected to translate this urn/transform?
This is deprecated since this represents a URN that doesn't exist in the
portable pipeline representation and never will. It is an artifact of how some
non-portable runners do transform replacement.
> 3. where are setting `--experiments=use_deprecated_read` for Samza runner
to opt out?
We aren't, this change makes Samza use SplittableDoFn by default and the
user must specify `--experiments=use_deprecated_read` to not use it.
----------------------------------------------------------------
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: 482389)
Time Spent: 15h 50m (was: 15h 40m)
> Make non-portable Splittable DoFn the only option when executing Java "Read"
> transforms
> ---------------------------------------------------------------------------------------
>
> Key: BEAM-10670
> URL: https://issues.apache.org/jira/browse/BEAM-10670
> Project: Beam
> Issue Type: Improvement
> Components: sdk-java-core
> Reporter: Luke Cwik
> Assignee: Luke Cwik
> Priority: P2
> Time Spent: 15h 50m
> Remaining Estimate: 0h
>
> All runners seem to be capable of migrating to splittable DoFn for
> non-portable execution except for Dataflow runner v1 which will internalize
> the current primitive read implementation that is shared across runner
> implementations.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)