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.  


---
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.
---

Reply via email to