I was able to reproduce if the rows have qualifiers. It works without them.
This is now https://issues.apache.org/jira/browse/HBASE-2043 J-D On Sun, Dec 13, 2009 at 8:06 PM, <[email protected]> wrote: > Hello there, > > Trying to do the following: > > create 'allo', {NAME=>'test'} > put 'allo', 'A-B-C', 'test:1', '1' > put 'allo', 'A-B-E', 'test:1', '1' > put 'allo', 'A-D-C', 'test:1', '1' > scan 'allo' > ..3 row(s) in 0.0150 seconds > scan 'allo', {STARTROW=>'A-B'} > ..0 row(s) in 0.0120 seconds > > How comes? > What could be the problem? > > Have clean new installation of HBase, not sure what's going on. >
