Github user narendragoyal commented on a diff in the pull request:
https://github.com/apache/incubator-trafodion/pull/627#discussion_r72790206
--- 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 --
Please check - Dont think we need the threadPool object any more.
---
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.
---