You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@hbase.apache.org by we...@gmail.com on 2009/12/14 05:06:06 UTC

Trying to do scan - and does not work for some reason...

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.

Re: Trying to do scan - and does not work for some reason...

Posted by Jean-Daniel Cryans <jd...@apache.org>.
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,  <we...@gmail.com> 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.
>