You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@metron.apache.org by "Michael Miklavcic (JIRA)" <ji...@apache.org> on 2019/08/16 01:03:00 UTC

[jira] [Commented] (METRON-2217) Migrate current HBase client from HTableInterface to Table

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

Michael Miklavcic commented on METRON-2217:
-------------------------------------------

We're currently supporting HBase 1.1.2 and leveraging the HTable and HTableInterface classes. We're currently undergoing a major upgrade from HDP 2.x to HDP 3.1. The new version of HBase supported is in the 2.x major revision, which has now completely removed client endpoints that had been deprecated in 1.x. See the attached links for more details on the interface deprecations. The purpose of this PR is to provide a limited, incremental change to our base HBase client library independent of the current HDP upgrade. The goal here is to enable an incremental approach that allows us to minimize making larger broad-sweeping architectural changes in conjunction with an already-risky major upgrade path.

> Migrate current HBase client from HTableInterface to Table
> ----------------------------------------------------------
>
>                 Key: METRON-2217
>                 URL: https://issues.apache.org/jira/browse/METRON-2217
>             Project: Metron
>          Issue Type: Improvement
>            Reporter: Michael Miklavcic
>            Assignee: Michael Miklavcic
>            Priority: Major
>




--
This message was sent by Atlassian JIRA
(v7.6.14#76016)