Data types are enforced by Phoenix. Hbase stores raw data. Can you use ³Upsert² to insert data into the table and make sure type consistency? Then see whether you will see data.
Alicia On 2/5/15, 12:34 PM, "Siva" <[email protected]> wrote: >Hi Alicia, thanks for you response, but Data types in Hbase are always in >Byte type.. how can we explicitly specify the type information for column >qualifiers in Hbase? > >On Wed, Feb 4, 2015 at 4:33 PM, Alicia Shu <[email protected]> wrote: > >> Make sure the data types you created in Phoenix table are the same as >> those types when you load the data from Hbase. >> >> Alicia >> >> On 2/4/15, 1:23 PM, "Siva" <[email protected]> wrote: >> >> >e the data from Hbase after >> >data load when I query it, >> >>
