RE: [External] Re: Re: error when using apache-phoenix-4.14.0-HBase-1.2-bin with hbase 1.2.6

2018-08-06 Thread Lu, Wei
As the log infos, you should ‘Set hbase.table.sanity.checks to false at conf or table descriptor if you want to bypass sanity checks From: 倪项菲 [mailto:nixiangfei_...@chinamobile.com] Sent: Tuesday, August 7, 2018 9:30 AM To: Jaanai Zhang ; user Subject: [External] Re: Re: error when using

Re: 答复: phoenix query server java.lang.ClassCastException for BIGINT ARRAY column

2018-04-20 Thread Lu Wei
1 row selected (0.068 seconds) 0: jdbc:phoenix:thin:url=http://localhost:876> Thanks, Sergey On Thu, Apr 19, 2018 at 12:57 PM, Lu Wei <wey...@outlook.com<mailto:wey...@outlook.com>> wrote: by the way, all the queries are shot in sqlline-thin.py ________ 发件人:

答复: phoenix query server java.lang.ClassCastException for BIGINT ARRAY column

2018-04-19 Thread Lu Wei
query server java.lang.ClassCastException for BIGINT ARRAY column Could you please be more specific? Which version of phoenix are you using? Do you have a small script to reproduce? At first glance it looks like a PQS bug. Thanks, Sergey On Thu, Apr 19, 2018 at 8:17 AM, Lu Wei <wey...@outlook.com<mailto:

答复: phoenix query server java.lang.ClassCastException for BIGINT ARRAY column

2018-04-19 Thread Lu Wei
by the way, all the queries are shot in sqlline-thin.py 发件人: Lu Wei 发送时间: 2018年4月19日 6:51:15 收件人: user@phoenix.apache.org 主题: 答复: phoenix query server java.lang.ClassCastException for BIGINT ARRAY column ## Version: phoenix: 4.13.2-cdh5.11.2 hive: 1.1.0

phoenix query server java.lang.ClassCastException for BIGINT ARRAY column

2018-04-18 Thread Lu Wei
Hi there, I have a phoenix table containing an BIGINT ARRAY column. But when querying query server (through sqlline-thin.py), there is an exception: java.lang.ClassCastException: java.lang.Integer cannot be cast to java.lang.Long BTW, when query through sqlline.py, everything works fine. And

Exception of phoenix hive integration

2018-04-14 Thread Lu Wei
## Version: phoenix: 4.13.2-cdh5.11.2 hive: 1.1.0-cdh5.11.2 There is an ColumnNotFoundException when joining a hive internal table with an Phoenix external table. ## Table1: phoenix external table "ext_tmp": +---+++--+ | col_name | data_type |