You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@beam.apache.org by "Beam JIRA Bot (Jira)" <ji...@apache.org> on 2022/01/12 18:28:01 UTC

[jira] [Commented] (BEAM-13141) Support to submit Jobs using HBaseIO to DataflowRunner without local access to HBase Cluster

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

Beam JIRA Bot commented on BEAM-13141:
--------------------------------------

This issue is P2 but has been unassigned without any comment for 60 days so it has been labeled "stale-P2". If this issue is still affecting you, we care! Please comment and remove the label. Otherwise, in 14 days the issue will be moved to P3.

Please see https://beam.apache.org/contribute/jira-priorities/ for a detailed explanation of what these priorities mean.


> Support to submit Jobs using HBaseIO to DataflowRunner without local access to HBase Cluster
> --------------------------------------------------------------------------------------------
>
>                 Key: BEAM-13141
>                 URL: https://issues.apache.org/jira/browse/BEAM-13141
>             Project: Beam
>          Issue Type: Improvement
>          Components: sdk-java-core
>            Reporter: Prathap Kumar Parvathareddy
>            Priority: P2
>              Labels: stale-P2
>
> +*Context*+
> As of today HBase IO interacts with Hbase cluster while building execution graph for validating the existence of table, etc 
> https://github.com/apache/beam/blob/master/sdks/java/io/hbase/src/main/java/org/apache/beam/sdk/io/hbase/HBaseIO.java#L237
> In certain scenarios dataflow jobs are launched from systems that does not have network access to Hbase cluster during graph construction stage. but can access only during execution time on google cloud. However due to current implementation of local access to HbaseIO, the job can be launched only from systems that has network access to Hbase Cluster.
> *+Requirement+*
>  Modify HbaseIO to accept a flag (say hasLocalAccess) and if flag is set to false defer validations , split calculation logic etc to job execution time rather than job construction time.
>  



--
This message was sent by Atlassian Jira
(v8.20.1#820001)