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 <[email protected]>
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.
----
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---