That method does a lookup into the catalog .META. table to find where a region is located. What else you need to know? St.Ack
On Thu, Jan 27, 2011 at 3:24 PM, Weishung Chung <[email protected]> wrote: > I am trying to understand the HBase data insertion steps/procedures. Could > anyone kindly enlighten me about this method? > > org.apache.hadoop.hbase.client.HConnectionManager > > private HRegionLocation locateRegionInMeta(final byte [] parentTable, > final byte [] tableName, final byte [] row, boolean useCache) > throws IOException > > > Thank you :) >
