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

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

Github user asfgit closed the pull request at:

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


> 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