The default column family name is "0". This is the string containing the character representation of zero (or in other words, a single byte with value 48).
And yes, it's possible to read Phoenix tables using the HBase API (although it's of course a lot easier if you go via Phoenix). - Gabriel On Tue, Jun 23, 2015 at 9:36 AM dataware <[email protected]> wrote: > Hi, > > Can we use the HBase APIs to access the raw HBase tables? > > Thanks. > > > > >
