Take a look at the following method in HTable:
public Pair<byte[][],byte[][]> getStartEndKeys() throws IOException {Cheers On Fri, May 30, 2014 at 11:51 AM, jeremy p <[email protected]> wrote: > Let's say I created a table with this method in HBaseAdmin : > createTable(HTableDescriptor desc, byte[][] splitKeys) > > Now, let's say I want to open up that table and get the array of splitKeys > I used when creating the table. Is that possible? > > --Jeremy >
