[
https://issues.apache.org/jira/browse/BEAM-2031?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15989197#comment-15989197
]
ASF GitHub Bot commented on BEAM-2031:
--------------------------------------
GitHub user lukecwik opened a pull request:
https://github.com/apache/beam/pull/2762
[BEAM-2031] Add support to pass through zero or more Hadoop configurations
through as PipelineOptions
Be sure to do all of the following to help us incorporate your contribution
quickly and easily:
- [x] Make sure the PR title is formatted like:
`[BEAM-<Jira issue #>] Description of pull request`
- [x] Make sure tests pass via `mvn clean verify`. (Even better, enable
Travis-CI on your fork and ensure the whole test matrix passes).
- [x] Replace `<Jira issue #>` in the title with the actual Jira issue
number, if there is one.
- [x] 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/2762.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 #2762
----
commit be257ceae7b90afa61b75cb6dbc3213b1622a368
Author: Luke Cwik <[email protected]>
Date: 2017-04-28T17:30:24Z
[BEAM-2031] Add support to pass through zero or more Hadoop configurations
through as PipelineOptions
----
> 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: Luke Cwik
> 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)