David Alves wrote:
.. On another note in the same method I changed the way the scanner was obtained when htable.getStartKeys() would be more than 1, so that I could limit the records read each time to a single region, and the scanning would start at the last region, strangely the number of keys obtained by htable.getStartKeys() was always 1 even though by the end there are already 21 regions. Any thoughts?
Maybe paste that bit of your code because as far as I know, getStartKeys should be working.
St.Ack