You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beam.apache.org by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2017/05/04 00:22:04 UTC

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

    [ https://issues.apache.org/jira/browse/BEAM-2165?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15995947#comment-15995947 ] 

ASF GitHub Bot commented on BEAM-2165:
--------------------------------------

GitHub user lukecwik opened a pull request:

    https://github.com/apache/beam/pull/2879

    [BEAM-2165] Update Flink to support serializing/deserializing custom user types configured via Jackson modules

    Be sure to do all of the following to help us incorporate your contribution
    quickly and easily:
    
     - [ ] Make sure the PR title is formatted like:
       `[BEAM-<Jira issue #>] Description of pull request`
     - [ ] Make sure tests pass via `mvn clean verify`.
     - [ ] Replace `<Jira issue #>` in the title with the actual Jira issue
           number, if there is one.
     - [ ] If this contribution is large, please file an Apache
           [Individual Contributor License Agreement](https://www.apache.org/licenses/icla.pdf).
    
    ---


You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/lukecwik/incubator-beam flink_custom_user_options

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/beam/pull/2879.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #2879
    
----
commit 81c3f3cab7b897ed7aec384318e79ec638008f6c
Author: Luke Cwik <lc...@google.com>
Date:   2017-05-04T00:12:20Z

    [BEAM-2165] Update Flink to support serializing/deserializing custom user types configured via Jackson modules

----


> 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)