You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hbase.apache.org by "Sebastian Bauer (JIRA)" <ji...@apache.org> on 2010/09/01 09:14:55 UTC

[jira] Updated: (HBASE-2948) bin/hbase shell broken

     [ https://issues.apache.org/jira/browse/HBASE-2948?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Sebastian Bauer updated HBASE-2948:
-----------------------------------

    Attachment: admin.rb.patch

> bin/hbase  shell broken
> -----------------------
>
>                 Key: HBASE-2948
>                 URL: https://issues.apache.org/jira/browse/HBASE-2948
>             Project: HBase
>          Issue Type: Bug
>    Affects Versions: 0.90.0
>            Reporter: Sebastian Bauer
>             Fix For: 0.90.0
>
>         Attachments: admin.rb.patch
>
>
> hbase shell is broken after master rewrite merge:
> hbase(main):001:0> status
> ERROR: undefined method `getZooKeeperWrapper' for #<#<Class:01x17eda64e>:0x73415727>
> Here is some help for this command:
>           Show cluster status. Can be 'summary', 'simple', or 'detailed'. The
>           default is 'summary'. Examples:
>             hbase> status
>             hbase> status 'simple'
>             hbase> status 'summary'
>             hbase> status 'detailed'
> hbase(main):001:0> list
> TABLE                                                                                                                                                                           
> ERROR: undefined method `getZooKeeperWrapper' for #<#<Class:01x63220fd1>:0x513c952f>
> Here is some help for this command:
>           List all tables in hbase. Optional regular expression parameter could
>           be used to filter the output. Examples:
>             hbase> list
>             hbase> list 'abc.*'

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