You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hbase.apache.org by "Andrew Purtell (JIRA)" <ji...@apache.org> on 2015/09/02 04:03:47 UTC

[jira] [Commented] (HBASE-14147) REST Support for Namespaces

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

Andrew Purtell commented on HBASE-14147:
----------------------------------------

bq. Manipulating namespace from REST is a little on the exotic side though I'd say. 

This seems fine. We already create table schema and modify it with POST or PUT to /<table>/schema. Adding the ability to define namespaces is missing in that respect. REST predated namespaces. There are some minor formatting issues with the patch, missing spaces between keywords and open braces, missing spaces between 'if' and conditional expression, and such, nothing major. Nice contribution. Let's get it in.

> REST Support for Namespaces
> ---------------------------
>
>                 Key: HBASE-14147
>                 URL: https://issues.apache.org/jira/browse/HBASE-14147
>             Project: HBase
>          Issue Type: Sub-task
>          Components: REST
>    Affects Versions: 1.1.1
>            Reporter: Rick Kellogg
>            Assignee: Matt Warhaftig
>            Priority: Minor
>         Attachments: hbase-14147-v1.patch
>
>
> Expand REST services to include addition features:
> * Create namespace
> * Alter namespace
> * Describe namespace
> * Drop namespace
> * List tables in a specific namespace
> * List all namespaces.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)