Details
-
Improvement
-
Status: Closed
-
Major
-
Resolution: Fixed
-
0.3.0
-
None
Description
Currently TransactionAwareHTable expects an HTable instance in the constructor. This limits usage. We should instead use the more generic HTableInterface as the argument.
When we support HBase 1.0, we should use the new Table interface instead.