[
https://issues.apache.org/jira/browse/BEAM-6692?focusedWorklogId=269621&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-269621
]
ASF GitHub Bot logged work on BEAM-6692:
----------------------------------------
Author: ASF GitHub Bot
Created on: 28/Jun/19 23:18
Start Date: 28/Jun/19 23:18
Worklog Time Spent: 10m
Work Description: iemejia commented on pull request #8966: [BEAM-6692]
portable Spark: reshuffle translation
URL: https://github.com/apache/beam/pull/8966#discussion_r298773004
##########
File path:
runners/spark/src/main/java/org/apache/beam/runners/spark/translation/SparkBatchPortablePipelineTranslator.java
##########
@@ -418,4 +442,14 @@ private static String getOutputId(PTransformNode
transformNode) {
private static String getExecutableStageIntermediateId(PTransformNode
transformNode) {
return transformNode.getId();
}
+
+ /** Predicate to determine whether a URN is a Spark native transform. */
+ @AutoService(NativeTransforms.IsNativeTransform.class)
+ public static class IsSparkNativeTransform implements
NativeTransforms.IsNativeTransform {
Review comment:
This isn't used, is it? I saw Flink does this too. But I don't get what is
the issue with a service for this?
----------------------------------------------------------------
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: 269621)
Time Spent: 0.5h (was: 20m)
> Spark Translator - RESHUFFLE_URN
> --------------------------------
>
> Key: BEAM-6692
> URL: https://issues.apache.org/jira/browse/BEAM-6692
> Project: Beam
> Issue Type: Task
> Components: runner-spark
> Reporter: Ankur Goenka
> Assignee: Kyle Weaver
> Priority: Major
> Labels: portability-spark
> Time Spent: 0.5h
> Remaining Estimate: 0h
>
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)