[
https://issues.apache.org/jira/browse/BEAM-2464?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Ismaël Mejía reassigned BEAM-2464:
----------------------------------
Assignee: (was: Stas Levin)
> Create.of(...) does not work as expected when spark-runner is configured to
> streaming mode
> ------------------------------------------------------------------------------------------
>
> Key: BEAM-2464
> URL: https://issues.apache.org/jira/browse/BEAM-2464
> Project: Beam
> Issue Type: Bug
> Components: runner-spark
> Affects Versions: 2.0.0
> Reporter: Stas Levin
> Priority: Minor
>
> When the Spark runner is set to streaming mode, and the input {{PCollection}}
> is created via {{Create.of(...)}}, things do not work as expected.
> This happens due to the fact the {{EVALUATORS}} map in
> {{StreamingTransformTranslator}} does not have a matching
> {{TransformEvaluator}} for the {{Create.Values}} transform.
> I believe this can be fixed by employing a similar approach to the one used
> for translating {{CreateStream}}. In fact, it might be quite possible to move
> things around so that the translation of {{Create.of(..)}} uses
> {{CreateStream.of(...)}} under the hood.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)