Try with STARTROW => "testtable2,,"? I seem to remember some weirdness about the start/stop row having to have the meta "format" with commas, etc
-Todd On Fri, Jul 15, 2011 at 2:01 PM, Stack <[email protected]> wrote: > On Fri, Jul 15, 2011 at 11:40 AM, Lars George <[email protected]> > wrote: > > Using the start row, it prints the entire META. > > Starting with the STARTROW. > > > Setting a stop row it does > > not print a single row: > > > Yeah. I see that too in 0.90.3. > > St.Ack > > > > > 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 > >> > > >> > > > -- Todd Lipcon Software Engineer, Cloudera
