Details
-
Improvement
-
Status: Resolved
-
Minor
-
Resolution: Fixed
-
0.6.0
-
None
Description
With 0.94 onwards, new HBase APIs are available, while depreciating old ones. For example, HTablePool has been depreciated and will be removed in the next release ( probably in 0.99), and HConnection is new one we should be using. Similarly, the KeyValue has been replaced with Cell APIs. We should change Chukwa code to have these new APIs.