You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hbase.apache.org by "Lars George (JIRA)" <ji...@apache.org> on 2009/12/14 11:18:18 UTC

[jira] Commented: (HBASE-2043) Shell's scan broken

    [ https://issues.apache.org/jira/browse/HBASE-2043?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12790077#action_12790077 ] 

Lars George commented on HBASE-2043:
------------------------------------

Sweet JD! I had someone here from the area reporting a similar issue. I sent him the link to this issue and asked him to verify if it fixes his issue too.

> 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.20.3, 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.