Presuming this is the using the C++ client that is under active development and not yet in a release, please limit discussion of it to the dev@hbase list.
(I have sent this to the dev list and moved the user@ list to bcc) On Thu, Oct 5, 2017 at 12:41 AM, Andrzej <[email protected]> wrote: > I get: > return result->Value(family, qualifier).value() > > result is optional, OK - it works. > But sometimes I must read unknown structure of table, or more often, I know > families but I don't know qualifiers. > > P.S. At long last I succeed building HBase client out of Docker, probably I > can even write shared library encapsulated HBase client to external program. > >
