You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hbase.apache.org by "sishen (JIRA)" <ji...@apache.org> on 2008/10/26 14:06:44 UTC

[jira] Updated: (HBASE-960) REST interface: more generic column family configure and also get Rows using offset and limit

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

sishen updated HBASE-960:
-------------------------

    Status: Patch Available  (was: Open)

> REST interface:  more generic column family configure and also get Rows using offset and limit
> ----------------------------------------------------------------------------------------------
>
>                 Key: HBASE-960
>                 URL: https://issues.apache.org/jira/browse/HBASE-960
>             Project: Hadoop HBase
>          Issue Type: Improvement
>          Components: rest
>    Affects Versions: 0.19.0
>            Reporter: sishen
>             Fix For: 0.19.0
>
>         Attachments: 960.trunk.update_column_descriptor.patch
>
>
> The update column family operation in REST interface will overwrite the default metadata using the default value which is unexpected.  
> We should use the column family to get the old value and then do update if requested by the users.  
> Also, for non-default metadata value, such as "hbase.hregion.majorcompaction", we should still be enable to create/update it using REST interface.
> For RowHandler, the user can request with offset and limit and get the rows.

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