Re: Phoenix for CDH5 compatibility

2016-04-17 Thread Viswanathan J
What are the required phoenix jars to be copied into HBase libs. On Apr 17, 2016 1:17 PM, "Swapna Swapna" wrote: > Thank you Rafa and James. That helps. > > Regards > Swapna > > On Sat, Apr 16, 2016 at 7:41 AM, James Taylor > wrote: > >> There's also the branch that Andrew setup here: >> https:/

Re: Map the hbase column qualifier which is in byte type to phoenix table view

2016-04-16 Thread Viswanathan J
Please help on this. On Apr 15, 2016 11:47 PM, "Viswanathan J" wrote: > Hi Anil, > > We were creating/storing the cq in bytes to segregate some information > based on that cq value. I'm unable to read or specify that cq type in view > creation for that table in Phoe

Re: Map the hbase column qualifier which is in byte type to phoenix table view

2016-04-15 Thread Viswanathan J
nathan, > > Column qualifiers(cq) in HBase are supposed to be utf-8 encoded string. > Can you use utf-8 string as cq? Is there any particular reason to use > non-string cq? I am not pretty sure that non-string cq's are supported by > Phoenix. > > HTH, > Anil Gupta >

Re: Map the hbase column qualifier which is in byte type to phoenix table view

2016-04-14 Thread Viswanathan J
Please help. On Apr 15, 2016 2:18 AM, "Viswanathan J" wrote: > Hi, > > How to map the HBase column qualifier which is in byte type(highlighted > below) to the view in phoenix? > > eg., > > \x00\x00\x00\x0Bcolumn=fact:\x05, timestamp=1460666736042, >

Map the hbase column qualifier which is in byte type to phoenix table view

2016-04-14 Thread Viswanathan J
Hi, How to map the HBase column qualifier which is in byte type(highlighted below) to the view in phoenix? eg., \x00\x00\x00\x0Bcolumn=fact:\x05, timestamp=1460666736042, value=\x02\x9E.\x8A Please help. -- Regards, Viswa.J