[
https://issues.apache.org/jira/browse/TRAFODION-2129?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15400174#comment-15400174
]
ASF GitHub Bot commented on TRAFODION-2129:
-------------------------------------------
Github user selvaganesang commented on a diff in the pull request:
https://github.com/apache/incubator-trafodion/pull/627#discussion_r72871851
--- Diff:
core/sqf/src/seatrans/hbase-trx/src/main/java/org/apache/hadoop/hbase/client/transactional/TransactionalTable.java
---
@@ -99,7 +98,7 @@
*/
public class TransactionalTable extends HTable implements
TransactionalTableClient {
static final Log LOG = LogFactory.getLog(RMInterface.class);
- static private HConnection connection = null;
+ static private Connection connection = null;
static Configuration config = HBaseConfiguration.create();
static ExecutorService threadPool;
--- End diff --
Tried. But, It looks like there is no HTable constructor that takes byte[]
and Connection.
> 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)