[
https://issues.apache.org/jira/browse/HBASE-960?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
stack updated HBASE-960:
------------------------
Resolution: Fixed
Status: Resolved (was: Patch Available)
Committed. Thanks for the patch Sishen.
Maybe start thinking about unit tests for REST? I can help you. Would suggest
that unit test startup a REST server and then run a client against it verifying
results.
Good stuff.
> 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.