[
https://issues.apache.org/jira/browse/BEAM-1541?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15881247#comment-15881247
]
ASF GitHub Bot commented on BEAM-1541:
--------------------------------------
GitHub user iemejia opened a pull request:
https://github.com/apache/beam/pull/2087
[BEAM-1541] Create hadoop-common and refactor HdfsIO and HBaseIO to use it
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.
- [ ] If this contribution is large, please file an Apache
[Individual Contributor License
Agreement](https://www.apache.org/licenses/icla.txt).
---
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/iemejia/beam BEAM-1541-hadoop-common
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/beam/pull/2087.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 #2087
----
commit 21eb593fe4f719afa126ca78dbea7374eb1d4152
Author: Ismaël Mejía <[email protected]>
Date: 2017-02-23T20:13:19Z
[BEAM-1541] Create hadoop-common and refactor HdfsIO and HBaseIO to use it
----
> Create a hadoop-common module to share common code in Hadoop based IOs
> ----------------------------------------------------------------------
>
> Key: BEAM-1541
> URL: https://issues.apache.org/jira/browse/BEAM-1541
> Project: Beam
> Issue Type: Improvement
> Components: sdk-java-extensions
> Reporter: Ismaël Mejía
> Assignee: Ismaël Mejía
> Priority: Minor
>
> HdfsIO, HBaseIO and eventually HiveIO share common classes, for example
> Configuration. With the recent addition of SerializableConfiguration, we
> start to have repeated code, this will address such issue.
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)