[
https://issues.apache.org/jira/browse/HBASE-697?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Toby White updated HBASE-697:
-----------------------------
Affects Version/s: 0.2.0
Status: Patch Available (was: Open)
This extends the thrift API to allow retrieval of timestamp information.
A new thrift object is created: HCell, matching HBase's Cell, which is just a
(timestamp, value) pair.
Two new methods are added to the thrift Client object: getCells and getCellsTs,
which mirror the existing getVer & getVerTs.
The patch is against 0.2.0.
There are also some changes to ThriftServer.java required in order to bring it
up to date with latest thrift - these mostly consist of changing ArrayList to
List wherever appropriate, all of which is included in the patch. All of the
generated files are also changed as a result of using latest thrift, also
inside the patch.
> thrift idl needs update/edit to match new 0.2 API (and to fix bugs)
> -------------------------------------------------------------------
>
> Key: HBASE-697
> URL: https://issues.apache.org/jira/browse/HBASE-697
> Project: Hadoop HBase
> Issue Type: Bug
> Affects Versions: 0.2.0
> Reporter: stack
> Assignee: Bryan Duxbury
> Fix For: 0.2.1
>
> Attachments: hbase-timestamps.patch
>
>
> Talking w/ Bryan, moving this out of the way of the 0.2.0 release.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.