Hi ,

I am building an usecase where i have to load the hbase data into In-memory
database (IMDB). I am scanning the each region and loading data into IMDB.

i am looking at parallel scanner (
https://issues.apache.org/jira/browse/HBASE-8504 ) and HTable#
getRegionsInRange(byte[] startKey, byte[] endKey, boolean reload) is
deprecated.

Reply via email to