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/03/04 22:43:27 UTC

[jira] Created: (HBASE-2287) TypeError in shell

TypeError in shell
------------------

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


In trunk I currently get:

{code}
hbase(main):003:0> get 't', 'r', 'f:allo'
TypeError: can't convert Class into String
	from /Users/jdcryans/Work/HBase/Trunk/bin/../bin/HBase.rb:526:in `get'
	from /Users/jdcryans/Work/HBase/Trunk/bin/../bin/hirb.rb:404:in `get'
	from (hbase):4
{code}

That part of the code didn't change but the JRuby version was switched from 1.2 to 1.4

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


[jira] Assigned: (HBASE-2287) TypeError in shell

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

Jean-Daniel Cryans reassigned HBASE-2287:
-----------------------------------------

    Assignee: Alexey Kovyrin

Assigning to Alexey by his request.

> TypeError in shell
> ------------------
>
>                 Key: HBASE-2287
>                 URL: https://issues.apache.org/jira/browse/HBASE-2287
>             Project: Hadoop HBase
>          Issue Type: Bug
>            Reporter: Jean-Daniel Cryans
>            Assignee: Alexey Kovyrin
>             Fix For: 0.21.0
>
>
> In trunk I currently get:
> {code}
> hbase(main):003:0> get 't', 'r', 'f:allo'
> TypeError: can't convert Class into String
> 	from /Users/jdcryans/Work/HBase/Trunk/bin/../bin/HBase.rb:526:in `get'
> 	from /Users/jdcryans/Work/HBase/Trunk/bin/../bin/hirb.rb:404:in `get'
> 	from (hbase):4
> {code}
> That part of the code didn't change but the JRuby version was switched from 1.2 to 1.4

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