You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beam.apache.org by "Luke Cwik (JIRA)" <ji...@apache.org> on 2017/12/13 19:32:00 UTC

[jira] [Created] (BEAM-3344) DirectRunner should serialize/deserialize PipelineOptions via Jackson to simulate what remote execution runners do

Luke Cwik created BEAM-3344:
-------------------------------

             Summary: DirectRunner should serialize/deserialize PipelineOptions via Jackson to simulate what remote execution runners do
                 Key: BEAM-3344
                 URL: https://issues.apache.org/jira/browse/BEAM-3344
             Project: Beam
          Issue Type: Bug
          Components: runner-direct
            Reporter: Luke Cwik
            Priority: Minor


DirectRunner currently doesn't drop PipelineOptions marked with `@JsonIgnore` like other runners such as Flink and Spark and hence when a pipeline is tried with a runner that executes locally it seemingly works but then when executed remotely it fails because certain PipelineOptions are unavailable during execution.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)