[
https://issues.apache.org/jira/browse/BEAM-2031?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15987887#comment-15987887
]
ASF GitHub Bot commented on BEAM-2031:
--------------------------------------
GitHub user lukecwik opened a pull request:
https://github.com/apache/beam/pull/2752
[BEAM-2031] Add support to PipelineOptionsFactory/ProxyInvocationHandler
for auto registration of Jackson modules
This is towards adding a mixin module for Hadoop Configuration so that it
can live on a PipelineOptions object.
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`. (Even better, enable
Travis-CI on your fork and ensure the whole test matrix passes).
- [ ] 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 hdfs
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/beam/pull/2752.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 #2752
----
commit 31a0f74b65201f444a15c0f59e9a976432e635f8
Author: Luke Cwik <[email protected]>
Date: 2017-04-27T23:24:57Z
[BEAM-2031] Add support to PipelineOptionsFactory/ProxyInvocationHandler
for auto registration of Jackson modules
This is towards adding a mixin module for Hadoop Configuration so that it
can live on a PipelineOptions object.
----
> Hadoop FileSystem needs to receive Hadoop Configuration
> -------------------------------------------------------
>
> Key: BEAM-2031
> URL: https://issues.apache.org/jira/browse/BEAM-2031
> Project: Beam
> Issue Type: Sub-task
> Components: sdk-java-extensions
> Reporter: Stephen Sisk
> Assignee: Stephen Sisk
> Fix For: First stable release
>
>
> Since Beam FileSystem objects are configured via PipelineOptions, we need to
> pass a Hadoop Configuration through PipelineOptions. I think that's very
> solvable, but it does seem semi-complicated.
> cc [[email protected]] I believe you mentioned in the past that you had an
> answer to this - is that written down anywhere?
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)