can I use phoenx4.8 client connection phoenix4.11 server

2017-08-03 Thread
Hi: Beacause some fix about secondary index is in the newest version of phoenix, I want to upgrade phoenix in cluster hbase/lib ,but some client remain phoenix4.8, is this compatibility, do someone do it in the prod env

can I use phoenx4.8 client connection phoenix4.11 server

2017-08-03 Thread
Hi: Beacause some fix about secondary index is in the newest version of phoenix, I want to upgrade phoenix in cluster hbase/lib ,but some client remain phoenix4.8, is this compatibility, do someone do it in the prod env

Re: how can I cast PhoenixArray to ArrayList

2017-03-28 Thread
d.oracle.com/otn_hosted_doc/jdeveloper/905/jdbc-javadoc/oracle/sql/ARRAY.html On Mon, Mar 27, 2017 at 3:50 AM 袁康(基础平台部) <yuankangk...@didichuxing.com<mailto:yuankangk...@didichuxing.com>> wrote: When I query phoenix in java project occur:java.lang.ClassCastException: org.apache.phoenix.s

how can I cast PhoenixArray to ArrayList

2017-03-27 Thread
When I query phoenix in java project occur:java.lang.ClassCastException: org.apache.phoenix.schema.types.PhoenixArray cannot be cast to java.util.ArrayList How can I do the transfer?

Re: Read only user permissions to Phoenix table - Phoenix 4.5

2017-02-16 Thread
why “RXC” is needed the minimum? 在 2017年2月17日,09:15,Sergey Soldatov > 写道: Unfortunately some versions of Phoenix client is using HBase API (such as getHTableDescriptor) that requires HBase CREATE/ADMIN permissions on system tables.