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

Sudeep Sunthankar updated HBASE-17315:
--------------------------------------
    Attachment: HBASE-17315.HBASE-14850.v2.patch

This patch consists of the foll:-
# Sources for HBase Client Implementation. Consists of Client, Table and PB 
Request object builder.
# We have included ResultScanner as an abstract class for Scan() method 
skeleton.
# client-test fails with an error related to folly library. Work is in progress 
on the same. This is just a first cut so we get an idea of the client.
# We ned to start hbase locally using ./bin/start-local-hbase.sh and create a 
table and insert some rows. This will be integrated in the unit-tests in the 
coming patches.

Below commands were used for table creation and insertion

* create 't', 'd'
* put 't', 'test2', 'd:2', 'value 2'
* put 't', 'test2', 'd:extra', 'value for extra'


> [C++] HBase Client and Table Implementation
> -------------------------------------------
>
>                 Key: HBASE-17315
>                 URL: https://issues.apache.org/jira/browse/HBASE-17315
>             Project: HBase
>          Issue Type: Sub-task
>            Reporter: Sudeep Sunthankar
>            Assignee: Sudeep Sunthankar
>         Attachments: HBASE-17315.HBASE-14850.v1.patch, 
> HBASE-17315.HBASE-14850.v2.patch
>
>
> Consists of Client and Table implementation which will be used to call the 
> corresponding client methods i.e Get, Gets, Scan etc. 



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to