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