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

ASF GitHub Bot commented on TRAFODION-2129:
-------------------------------------------

GitHub user selvaganesang opened a pull request:

    https://github.com/apache/incubator-trafodion/pull/627

    [TRAFODION-2129] Trafodion to avoid use of deprecated HBase APIs/Classes

    References to the deprecated classes HConnection, HConnectionManager and
    HBaseAdmin are reworked to use Connection, ConnectionFactory and Admin 
classes
    respectively.
    
    A connection object is created and it is passed around to ensure that the
    same connection objects within the same process.
    
    Admin object is created and closed after its use immediately.

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

    $ git pull https://github.com/selvaganesang/incubator-trafodion 
trafodion-2129

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

    https://github.com/apache/incubator-trafodion/pull/627.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 #627
    
----
commit c27a0b1efd8149a123eaba0bdba1b77072977060
Author: selvaganesang <selva.govindara...@esgyn.com>
Date:   2016-07-28T21:27:27Z

    [TRAFODION-2129] Trafodion to avoid use of deprecated HBase APIs/Classes
    
    References to the deprecated classes HConnection, HConnectionManager and
    HBaseAdmin are reworked to use Connection, ConnectionFactory and Admin 
classes
    respectively.
    
    A connection object is created and it is passed around to ensure that the
    same connection objects within the same process.
    
    Admin object is created and closed after its use immediately.

----


> Trafodion to avoid use of deprecated HBase APIs/Classes
> -------------------------------------------------------
>
>                 Key: TRAFODION-2129
>                 URL: https://issues.apache.org/jira/browse/TRAFODION-2129
>             Project: Apache Trafodion
>          Issue Type: Improvement
>          Components: dtm, sql-exe
>    Affects Versions: 2.0-incubating
>            Reporter: Selvaganesan Govindarajan
>            Assignee: Selvaganesan Govindarajan
>   Original Estimate: 168h
>  Remaining Estimate: 168h
>
> Avoid the use of HConnection, HConnectionManager and, HBaseAdmin in Trafodion 
> and use Connection, ConnectionFactory and Admin respectively. 



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to