Hello guys,

I have a problem with the table splits generation for a Map Reduce executing
on HBase table. By default, the table splits are the regions, having a
startRow, an endRow and a regionLocation.
What happens if I want to create a split that contains a region plus some
lines from the next one? (I have an user with information spanning 2
regions, but I want to process all the rows in the order in which they are
in HBase, that's why I want the rows of an user to be in the same split for
map reduce).

So, can I create a TableSplit like that? What happens if the 2 regions are
on different region servers (the split has only a field regionLocation)?

Best Regards,
-- 
Lucian

Reply via email to