Shell's scan broken
-------------------

                 Key: HBASE-2043
                 URL: https://issues.apache.org/jira/browse/HBASE-2043
             Project: Hadoop HBase
          Issue Type: Bug
    Affects Versions: 0.20.2
            Reporter: Jean-Daniel Cryans
            Assignee: Jean-Daniel Cryans
             Fix For: 0.21.0
         Attachments: HBASE-2043.patch

>From the list:

{code}
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
{code}

It doesn't work because of the way the columns are parsed and passed to the 
Scan object.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to