IBMStreams/streamsx.hbase

Replace all HBASE deprecated function and Interfaces

Closed this issue · 2 comments

The currently HBASE JAVA codes are based on HBASE client version 0.9 from 2014
Some of these functions and interfaces are still deprecated.
There are a lot of warnings during the make of HBASE toolkit.
It is planned to replace all these deprecated functions and Interfaces in JAVA files with new HBASE client Interface.

closed