How do I find the first and last row id of the table in Hbase? I tried Htable.getStopKeys() and Htable.getEndKeys() does not work, all I need is the absolute start/stop row id of a table at a given point in time.
any direction? thanks, vk
How do I find the first and last row id of the table in Hbase? I tried Htable.getStopKeys() and Htable.getEndKeys() does not work, all I need is the absolute start/stop row id of a table at a given point in time.
any direction? thanks, vk