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 2010/01/22 20:22:21 UTC

[jira] Created: (HBASE-2160) Can't put with ts in shell

Can't put with ts in shell
--------------------------

                 Key: HBASE-2160
                 URL: https://issues.apache.org/jira/browse/HBASE-2160
             Project: Hadoop HBase
          Issue Type: Bug
            Reporter: Jean-Daniel Cryans
            Assignee: stack
             Fix For: 0.20.3, 0.21.0


On the latest branch I can't issue a put with a ts in the shell, it does this:

{code}
hbase(main):008:0> put 't', 'r', 'f:', 'test', 123123
NameError: no constructor with arguments matching
 [class org.jruby.java.proxies.ArrayJavaProxy, class org.jruby.RubyFixnum] on 
 object #<Java::OrgApacheHadoopHbaseClient::Put:0x49239780>
{code}

It works without a ts and delete/scan aren't affected by this.

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


[jira] Resolved: (HBASE-2160) Can't put with ts in shell

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

stack resolved HBASE-2160.
--------------------------

    Resolution: Fixed

Applied trunk and branch.

> Can't put with ts in shell
> --------------------------
>
>                 Key: HBASE-2160
>                 URL: https://issues.apache.org/jira/browse/HBASE-2160
>             Project: Hadoop HBase
>          Issue Type: Bug
>            Reporter: Jean-Daniel Cryans
>            Assignee: stack
>             Fix For: 0.20.3, 0.21.0
>
>         Attachments: 2160.patch
>
>
> On the latest branch I can't issue a put with a ts in the shell, it does this:
> {code}
> hbase(main):008:0> put 't', 'r', 'f:', 'test', 123123
> NameError: no constructor with arguments matching
>  [class org.jruby.java.proxies.ArrayJavaProxy, class org.jruby.RubyFixnum] on 
>  object #<Java::OrgApacheHadoopHbaseClient::Put:0x49239780>
> {code}
> It works without a ts and delete/scan aren't affected by this.

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


[jira] Updated: (HBASE-2160) Can't put with ts in shell

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

stack updated HBASE-2160:
-------------------------

    Attachment: 2160.patch

> Can't put with ts in shell
> --------------------------
>
>                 Key: HBASE-2160
>                 URL: https://issues.apache.org/jira/browse/HBASE-2160
>             Project: Hadoop HBase
>          Issue Type: Bug
>            Reporter: Jean-Daniel Cryans
>            Assignee: stack
>             Fix For: 0.20.3, 0.21.0
>
>         Attachments: 2160.patch
>
>
> On the latest branch I can't issue a put with a ts in the shell, it does this:
> {code}
> hbase(main):008:0> put 't', 'r', 'f:', 'test', 123123
> NameError: no constructor with arguments matching
>  [class org.jruby.java.proxies.ArrayJavaProxy, class org.jruby.RubyFixnum] on 
>  object #<Java::OrgApacheHadoopHbaseClient::Put:0x49239780>
> {code}
> It works without a ts and delete/scan aren't affected by this.

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