You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hbase.apache.org by "Jean-Daniel Cryans (JIRA)" <ji...@apache.org> on 2008/07/18 21:24:31 UTC

[jira] Created: (HBASE-754) The JRuby shell documentation is wrong in "get" and "put"

The JRuby shell documentation is wrong in "get" and "put"
---------------------------------------------------------

                 Key: HBASE-754
                 URL: https://issues.apache.org/jira/browse/HBASE-754
             Project: Hadoop HBase
          Issue Type: Bug
          Components: scripts
    Affects Versions: 0.2.0
            Reporter: Jean-Daniel Cryans
            Assignee: Jean-Daniel Cryans
            Priority: Minor
             Fix For: 0.2.0


In the shell documentation we can read: 
{code}
hbase> get 't1', 'r1', {TIMESTAMP => ts1, VERSIONS => 4}
{code}
when in fact there are no facility for this. It will work only because it uses getRow(row, ts).

Also
{code}
hbase> put 't1', 'r1', 'c1', ts1
{code}
does not work because the 'value' is missing.

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


[jira] Updated: (HBASE-754) The JRuby shell documentation is wrong in "get" and "put"

Posted by "Jean-Daniel Cryans (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/HBASE-754?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jean-Daniel Cryans updated HBASE-754:
-------------------------------------

    Attachment: hbase-754.patch

Review please.

> The JRuby shell documentation is wrong in "get" and "put"
> ---------------------------------------------------------
>
>                 Key: HBASE-754
>                 URL: https://issues.apache.org/jira/browse/HBASE-754
>             Project: Hadoop HBase
>          Issue Type: Bug
>          Components: scripts
>    Affects Versions: 0.2.0
>            Reporter: Jean-Daniel Cryans
>            Assignee: Jean-Daniel Cryans
>            Priority: Minor
>             Fix For: 0.2.0
>
>         Attachments: hbase-754.patch
>
>
> In the shell documentation we can read: 
> {code}
> hbase> get 't1', 'r1', {TIMESTAMP => ts1, VERSIONS => 4}
> {code}
> when in fact there are no facility for this. It will work only because it uses getRow(row, ts).
> Also
> {code}
> hbase> put 't1', 'r1', 'c1', ts1
> {code}
> does not work because the 'value' is missing.

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


[jira] Resolved: (HBASE-754) The JRuby shell documentation is wrong in "get" and "put"

Posted by "stack (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/HBASE-754?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

stack resolved HBASE-754.
-------------------------

    Resolution: Fixed

Committed.  Thanks for the patch J-D

> The JRuby shell documentation is wrong in "get" and "put"
> ---------------------------------------------------------
>
>                 Key: HBASE-754
>                 URL: https://issues.apache.org/jira/browse/HBASE-754
>             Project: Hadoop HBase
>          Issue Type: Bug
>          Components: scripts
>    Affects Versions: 0.2.0
>            Reporter: Jean-Daniel Cryans
>            Assignee: Jean-Daniel Cryans
>            Priority: Minor
>             Fix For: 0.2.0
>
>         Attachments: hbase-754.patch
>
>
> In the shell documentation we can read: 
> {code}
> hbase> get 't1', 'r1', {TIMESTAMP => ts1, VERSIONS => 4}
> {code}
> when in fact there are no facility for this. It will work only because it uses getRow(row, ts).
> Also
> {code}
> hbase> put 't1', 'r1', 'c1', ts1
> {code}
> does not work because the 'value' is missing.

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