Liu Shaohui created HBASE-14254: ----------------------------------- Summary: Wrong error message when throwing NamespaceNotFoundException in shell Key: HBASE-14254 URL: https://issues.apache.org/jira/browse/HBASE-14254 Project: HBase Issue Type: Improvement Reporter: Liu Shaohui Assignee: Liu Shaohui Priority: Minor
Wrong error message when throwing NamespaceNotFoundException in shell {code} hbase(main):004:0> create 'ns:t1', {NAME => 'f1'} ERROR: Unknown namespace ns:t1! {code} The namespace shoud be {color:red}ns {color}. -- This message was sent by Atlassian JIRA (v6.3.4#6332)