[ 
https://issues.apache.org/jira/browse/HBASE-9487?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13763593#comment-13763593
 ] 

Hudson commented on HBASE-9487:
-------------------------------

SUCCESS: Integrated in hbase-0.96-hadoop2 #16 (See 
[https://builds.apache.org/job/hbase-0.96-hadoop2/16/])
HBASE-9487 create_namespace with property value throws error (enis: rev 1521578)
* /hbase/branches/0.96/hbase-server/src/main/ruby/hbase/admin.rb

                
> 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.98.0, 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

Reply via email to