[
https://issues.apache.org/jira/browse/HBASE-19755?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16321752#comment-16321752
]
Hudson commented on HBASE-19755:
--------------------------------
FAILURE: Integrated in Jenkins build HBase-Trunk_matrix #4380 (See
[https://builds.apache.org/job/HBase-Trunk_matrix/4380/])
HBASE-19755 Error message for non-existent namespace is inaccurate (tedyu: rev
62a8188946e50fbddaebc99d2f60980ebea1012e)
* (edit) hbase-shell/src/main/ruby/shell/commands.rb
> Error message for non-existent namespace is inaccurate
> ------------------------------------------------------
>
> Key: HBASE-19755
> URL: https://issues.apache.org/jira/browse/HBASE-19755
> Project: HBase
> Issue Type: Bug
> Reporter: Ted Yu
> Assignee: Sergey Soldatov
> Priority: Minor
> Fix For: 2.0.0-beta-1
>
> Attachments: HBASE-19755-master.patch
>
>
> On a secure cluster, when I issued this command where ns1 didn't exist:
> {code}
> hbase(main):002:0> create 'ns1:t1', 'f1', SPLITS => ['10', '20', '30', '40']
> ERROR: Unknown namespace ns1:t1!
> Creates a table. Pass a table name, and a set of column family
> specifications (at least one), and, optionally, table configuration
> {code}
> Here is related code:
> {code}
> raise "Unknown namespace #{args.first}!"
> {code}
> Simply quoting the argument is not accurate - namespace should be extracted
> from the argument
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)