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/05/04 00:09:04 UTC

[jira] [Created] (BEAM-2165) Support custom user Jackson modules for PipelineOptions

Luke Cwik created BEAM-2165:
-------------------------------

             Summary: Support custom user Jackson modules for PipelineOptions
                 Key: BEAM-2165
                 URL: https://issues.apache.org/jira/browse/BEAM-2165
             Project: Beam
          Issue Type: Improvement
          Components: runner-apex, runner-dataflow, runner-flink, runner-spark
            Reporter: Luke Cwik
            Assignee: Luke Cwik


HadoopFileSystem was added with support for passing Hadoop Configuration through PipelineOptions in #BEAM-2031.

This was done by making the ObjectMapper within PipelineOptionsFactory find and load Jackson modules using Jackson supported ServiceLoader pattern.

Serializing PipelineOptions requires runners to also use an ObjectMapper which has been similarly configured.



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)