You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@beam.apache.org by "Ismaël Mejía (JIRA)" <ji...@apache.org> on 2019/04/05 08:56:00 UTC

[jira] [Assigned] (BEAM-4735) Make HBaseIO.read() based on SDF

     [ https://issues.apache.org/jira/browse/BEAM-4735?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Ismaël Mejía reassigned BEAM-4735:
----------------------------------

    Assignee:     (was: Ismaël Mejía)

> Make HBaseIO.read() based on SDF
> --------------------------------
>
>                 Key: BEAM-4735
>                 URL: https://issues.apache.org/jira/browse/BEAM-4735
>             Project: Beam
>          Issue Type: Improvement
>          Components: io-java-hbase
>            Reporter: Ismaël Mejía
>            Priority: Minor
>              Labels: triaged
>
> BEAM-4020 introduces HBaseIO reads based on SDF. So far the read() method still uses the Source based API for two reasons:
> 1. Most distributed runners don't supports Bounded SDF today.
> 2. SDF does not support Dynamic Work Rebalancing but the Source API of HBase already supports it so changing it means losing some functionality.
> Once there is improvements in both (1) and (2) we should consider moving the main read() function to use the SDF API and remove the Source based implementation.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)