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

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

GitHub user iemejia opened a pull request:

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

    [BEAM-2411] Make the write transform of HBaseIO simpler

    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`.
     - [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.pdf).
    
    ---


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

    $ git pull https://github.com/iemejia/beam 
BEAM-2411-make-hbaseio-write-simpler

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

    https://github.com/apache/beam/pull/3391.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 #3391
    
----
commit d7f7bc5c09f3588e20dbf4d0cd1c3af2332d2c24
Author: Ismaël Mejía <[email protected]>
Date:   2017-06-05T21:48:38Z

    [BEAM-2411] Make the write transform of HBaseIO simpler

----


> Make the write transform of HBaseIO simpler
> -------------------------------------------
>
>                 Key: BEAM-2411
>                 URL: https://issues.apache.org/jira/browse/BEAM-2411
>             Project: Beam
>          Issue Type: Improvement
>          Components: sdk-java-extensions
>    Affects Versions: Not applicable
>            Reporter: Ismaël Mejía
>            Assignee: Ismaël Mejía
>            Priority: Minor
>
> HBaseIO imitated the interface of Cloud Bigtable to have an easy migration 
> path for users from/to Bigtable. 
> Bigtable Mutation object does not include the row key, so the BigtableIO 
> needed to have a KV with the row key and the Mutation in order to change the 
> data. Hbase does not have this restriction because the row key is part of the 
> Mutation object, this issue is to simplify the Write transform even if it 
> will make a small difference 



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

Reply via email to