You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hbase.apache.org by "Enis Soztutar (JIRA)" <ji...@apache.org> on 2013/09/10 04:57:55 UTC

[jira] [Created] (HBASE-9487) create_namespace with property value throws error

Enis Soztutar created HBASE-9487:
------------------------------------

             Summary: 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 #<Java::OrgApacheHadoopHbase::NamespaceDescriptor::Builder:0x71b98cbb>

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