Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Invalid
-
None
-
None
-
None
Description
These are APIs related to split keys avaiable in HTable same can be to HTI
getStartKeys()
getEndKeys()
getStartEndKeys()
getSplitKeys() - New
and 3 more APIs related to find region location when we specify row also can be added to HTI
getRegionLocation(final String row)
getRegionLocation(final byte [] row)
getRegionLocation(final byte [] row, boolean reload)
Attachments
Issue Links
- is part of
-
HBASE-8859 truncate_preserve should get table split keys as it is instead of converting them to string type and then again to bytes
- Closed