[ 
https://issues.apache.org/jira/browse/HBASE-795?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

sishen updated HBASE-795:
-------------------------

    Attachment: 795.trunk.rest_table_v2.patch

Stack reported that if there is a table named tables, my previous patch will 
have a name collision.  So i deleted all the prefix "/tables" in this new 
version of patch.

Now the interface are:

Create table :  POST /
Update table : PUT /
Delete table: DELETE /[table_name]
Disable table: POST /[table_name]/disable
Enable table: POST /[table_name]/enable

For the details and examples, please visit 
http://wiki.apache.org/hadoop/Hbase/HbaseRest.

> More Table operation in TableHandler for REST interface
> -------------------------------------------------------
>
>                 Key: HBASE-795
>                 URL: https://issues.apache.org/jira/browse/HBASE-795
>             Project: Hadoop HBase
>          Issue Type: New Feature
>          Components: rest
>            Reporter: sishen.freecity
>             Fix For: 0.3.0
>
>         Attachments: 795.trunk.rest_table.patch, 795.trunk.rest_table_v2.patch
>
>   Original Estimate: 1h
>  Remaining Estimate: 1h
>
> In the current implementation, only the metadata query of table allowed. It's 
> not convinent to use the REST interface to write a third-party client 
> library. I think the functionality of REST interface should be similar with 
> the hbase shell. So user can create/show/update/delate/enable/disable the 
> table.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to