About KYLIN-4289-java.lang.NoSuchMethodError: com.google.common.hash.Hasher.putString

2020-07-22 Thread Discovery
Hi Kylin Team, I run into KYLIN-4289 issues with Kylin 2.6.6 and Hadoop 3.1.1+HBase2.0.2+Hive3.1.0, I wonder if this issue is fixed in latest release 3.1.0? I have checked the release notes and got no fix information about this bug. Could anyone give me some advice on how to

Query Error With Kylin(2.6.4)+Kakfa

2020-07-22 Thread 1092465...@qq.com
Dear all: I having use Kylin(2.6.4) for compute data in hive(2.1.1+cdh6.3.2) half a year ago.It's work and easy use.Kylin in this version can analytical data in kafka (not real time). Recently,I use Kylin to analytical data in Kafka(2.2.1+cdh6.3.2). After create

cast string column to date in where clause

2020-07-22 Thread skyyws
Hello everyone, Recently when I use Kylin to query like this: select dt from table where cast(dt as date) >= cast('2020-07-21' as date) and cast(dt as date) <= cast('2020-07-22' as date) group by dt; The result is null, but when I use this query: select dt from table where dt >= '2020-07-21' and