Using the start row, it prints the entire META. Setting a stop row it does
not print a single row:
hbase(main):003:0> scan '.META.', { STARTROW => 'testtable2', STOPROW =>
'testtable3' }
ROW COLUMN+CELL
0 row(s) in 0.0220 seconds
I have a testtable2 in this case. Am I stuffing up the syntax?
Lars
On Fri, Jul 15, 2011 at 8:36 PM, Stack <[email protected]> wrote:
> Passing 'STARTROW' in 0.90.3 seems to work. What you see Lars?
> St.Ack
>
> On Fri, Jul 15, 2011 at 11:31 AM, Lars George <[email protected]>
> wrote:
> > Hi,
> >
> > I am on 0.90.1 (CDH3u0) but noticed that on trunk as well: doing scan of
> > .META. using a start and stop row does not work. The start row does
> nothing,
> > i.e. all is shown, and setting the stop row is the opposite, i.e. nothing
> is
> > shown. Is that borked?
> >
> > Lars
> >
>