Have you looked at http://hbase.apache.org/book.html#thrift ?

You can also refer
to hbase-examples//src/main/java/org/apache/hadoop/hbase/thrift2
and hbase-examples//src/main/python/thrift2 for some demos.

HBASE-14850 is for developing C++ native client. Hopefully it can be merged
in near future.

On Tue, Aug 22, 2017 at 2:47 AM, Andrzej <borucki_andr...@wp.pl> wrote:

> I want migrate from mySQL to HBase.
> Our program reads data from cryptocoin blockchains and write hundreds
> gigabytes of data to databases. Because our program is in C++, I must use
> Thrift?
> I have successfully installed Thrift and run its samples (with Java
> without problems, with C++ - small problems yet), but this samples are
> simple - only server computes values sending by client.
> How to use Thrift (or possible other solution) to connect with HBase?
>
>
>
>

Reply via email to