Karthik Palanisamy created HBASE-23134:
------------------------------------------
Summary: Enable_all and Disable_all table by Regex fail from Shell
Key: HBASE-23134
URL: https://issues.apache.org/jira/browse/HBASE-23134
Project: HBase
Issue Type: Bug
Components: shell
Affects Versions: 3.0.0
Reporter: Karthik Palanisamy
Assignee: Karthik Palanisamy
Found few initialization errors in admin.rb, will get the following errors
using enable_all and disable_all from Shell.
{code:java}
hbase(main):019:0> disable_all 't1*'
ERROR: undefined local variable or method `admin' for #<Hbase::Admin:0x447fa959>
Did you mean? @admin
{code}
--
This message was sent by Atlassian Jira
(v8.3.4#803005)