Re: Data loaded from Hbase is not visible in Phoenix

2015-02-05 Thread Siva
Hi Alicia, Issue is resolved after the changing the column qualifiers to uppercase. here is the response from one of the user Chandu. --- You have to double quotes to get correct mapping from phoenix to hbase columns. Try using the upper case letters for a

Re: Data loaded from Hbase is not visible in Phoenix

2015-02-05 Thread Alicia Shu
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" wrote: >Hi Alicia, thanks for you response, but Data types in Hbase are always in

Re: Data loaded from Hbase is not visible in Phoenix

2015-02-05 Thread Siva
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 wrote: > Make sure the data types you created in Phoenix table are the same as > tho

Re: Data loaded from Hbase is not visible in Phoenix

2015-02-04 Thread Alicia Shu
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" wrote: >e the data from Hbase after >data load when I query it,

Data loaded from Hbase is not visible in Phoenix

2015-02-04 Thread Siva
Hi Everyone, I created a table in Phoenix. I loaded the data through Hbase since I m facing issues with Phoenix loader. I could see the data from Hbase after data load when I query it, but when I query the same table in Phoenix I don’t see any data, all the columns are being shown as NUL values