Take a look at hbase-native-client/BUILDING.md in the HBASE-14850 branch. hbase-native-client/core/load-client.cc shows you how to do append / put / increment / scan / get.
Cheers On Mon, Aug 28, 2017 at 4:24 AM, Andrzej <[email protected]> wrote: > W dniu 26.08.2017 o 16:02, Ted Yu pisze: > >> auto int_val = hbase::BytesUtil::ToInt64(*(result->Value(family, >> incrPrefix + col))); >> > > Is in https://github.com/apache/hbase.git > in hbase-native-client/core/load-client.cc > It means, is native C++ client and no need thrift? How use native client? >
