Billy wrote:
Hbase does split on a row key level so what's to happens if I have a row that's larger then the max region size set in the conf?
My guess is that a row > configured region size would not be split.
I have one row that has been split into many smaller regions I just checking if it can tell what row goes where.
I'd be interested to hear more about this phenomeon Billy. St.Ack