Return-Path: X-Original-To: apmail-hbase-issues-archive@www.apache.org Delivered-To: apmail-hbase-issues-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 057F210FBC for ; Tue, 10 Sep 2013 05:04:57 +0000 (UTC) Received: (qmail 18564 invoked by uid 500); 10 Sep 2013 05:04:55 -0000 Delivered-To: apmail-hbase-issues-archive@hbase.apache.org Received: (qmail 18541 invoked by uid 500); 10 Sep 2013 05:04:54 -0000 Mailing-List: contact issues-help@hbase.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Delivered-To: mailing list issues@hbase.apache.org Received: (qmail 18502 invoked by uid 99); 10 Sep 2013 05:04:52 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 10 Sep 2013 05:04:52 +0000 Date: Tue, 10 Sep 2013 05:04:52 +0000 (UTC) From: "stack (JIRA)" To: issues@hbase.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (HBASE-9487) create_namespace with property value throws error MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/HBASE-9487?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13762734#comment-13762734 ] stack commented on HBASE-9487: ------------------------------ +1 > create_namespace with property value throws error > ------------------------------------------------- > > Key: HBASE-9487 > URL: https://issues.apache.org/jira/browse/HBASE-9487 > Project: HBase > Issue Type: Sub-task > Reporter: Enis Soztutar > Assignee: Enis Soztutar > Fix For: 0.96.0 > > Attachments: hbase-9487_v1.patch > > > Creating a namespace with properties fails from shell: > {code} > hbase(main):002:0> create_namespace 'ns1',{'PROERTY_NAME'=>'PROPERTY_VALUE'} > ERROR: undefined method `addProperty' for # > Here is some help for this command: > Create namespace; pass namespace name, > and optionally a dictionary of namespace configuration. > Examples: > hbase> create_namespace 'ns1' > hbase> create_namespace 'ns1', {'PROERTY_NAME'=>'PROPERTY_VALUE'} > {code} -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators For more information on JIRA, see: http://www.atlassian.com/software/jira