[
https://issues.apache.org/jira/browse/HBASE-15534?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15212259#comment-15212259
]
Vamsi Mohan V S Thattikota commented on HBASE-15534:
----------------------------------------------------
The first patch for this JIRA can be reviewed in
https://reviews.apache.org/r/44417/. This patch is a C++ hbase native client
driver for connecting to hbase. The README.txt has all the instructions to
build and run the tests. Basic Get and Put API are implemented. In order to
test it working end-to-end, we also implement the following: Region Server
locations are cached per table. Region Server connections are cached. All the
calls are synchronous. The asynchronous implementation is in progress. We are
also evaluating and considering Open source Folly library
(https://github.com/facebook/folly) if it provides better performance and
stability than the one currently in the patch.
Next steps: Scan API.
> A client with basic Get and Put functionality
> ---------------------------------------------
>
> Key: HBASE-15534
> URL: https://issues.apache.org/jira/browse/HBASE-15534
> Project: HBase
> Issue Type: Sub-task
> Components: Client
> Reporter: Vamsi Mohan V S Thattikota
> Assignee: Vamsi Mohan V S Thattikota
>
> This is a C++ client with basic Get and Put API functionality implemented.
> The API is implemented to match close to Java API.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)