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 :)
