Re: Phoenix : Update protobuf-java and guava version

2016-05-01 Thread Josh Elser
Hi Naveen, The Protocol Buffer dependency on 2.5 is very unlikely to change in Phoenix as that is directly inherited from HBase (as you can imagine, these need to be kept in sync). There are efforts, in both HBase and Phoenix, underway to provide shaded-jars for each project which would

Re: Undefined column. columnName=IS_ROW_TIMESTAMP

2016-05-01 Thread Ankit Singhal
You have guidePosts collected for SYSTEM.CATALOG table which is actually causing the problem. It is possible only if your guidePosts width was set anytime low or you have very big system.catalog table. can you please delete guideposts from system.catalog table(delete from SYSTEM.STATS where

Phoenix : Update protobuf-java and guava version

2016-05-01 Thread Naveen Nahata
Hi, My application does have dependency on protobuf-java.version 3.0.0-beta-1 and guava.version 19.0, which also planning to use phoenix. Phoenix latest version uses older protobuf-java and guava version ( protobuf-java.version 2.5 and guava.version 13.0.1 ). Made changes in phoenix code base to

Re: Undefined column. columnName=IS_ROW_TIMESTAMP

2016-05-01 Thread Ankit Singhal
It's weird that the exception is still there. is it possible for you to share following outputs. 1. scan 'SYSTEM.CATALOG',{RAW => true, STARTROW => "\x00SYSTEM\x00CATALOG\ x00", STOPROW => "\x00SYSTEM\x00CATALOG\x01"} 2. scan 'SYSTEM.SEQUENCE',{RAW => true} 3. from phoenix , select * from