[
https://issues.apache.org/jira/browse/TEPHRA-236?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16084055#comment-16084055
]
ASF GitHub Bot commented on TEPHRA-236:
---------------------------------------
Github user bijugs commented on a diff in the pull request:
https://github.com/apache/incubator-tephra/pull/45#discussion_r126969214
--- Diff:
tephra-hbase-compat-1.1-base/src/test/java/org/apache/tephra/hbase/TransactionAwareHTableTest.java
---
@@ -180,6 +182,7 @@ public static void setupBeforeClass() throws Exception {
testUtil.startMiniCluster();
hBaseAdmin = testUtil.getHBaseAdmin();
+ conn = testUtil.getConnection();
--- End diff --
@poornachandra new commit to close the ``connection`` added to the PR.
> Replace deprecated HBase APIs HBaseAdmin and HTableDescriptor
> -------------------------------------------------------------
>
> Key: TEPHRA-236
> URL: https://issues.apache.org/jira/browse/TEPHRA-236
> Project: Tephra
> Issue Type: Improvement
> Reporter: Biju Nair
> Assignee: Poorna Chandra
> Priority: Minor
>
> {{HBaseAdmin}}, {{HTable}} and {{HTableDescriptor}} client APIs are
> deprecated/or marked for internal use in HBase 1.0 and planned for removal in
> HBase 2.0. Need to replace these classes with new ones provided in HBase.
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)