Kylin truned on kerberos , Error execute MapReduceExecutable

2019-08-29 Thread Alex Wang
Hi ALL: Environment: kylin 1.6 Jdk: 1.8.0_74 Hadoop: 2.7.3 Hbase : 1.2.4 I turned on kerberos. Set kylin.job.status.with.kerberos=true klist info: Ticket cache: FILE:/tmp/krb5cc_500 > Default principal: kylin/hado...@xxx.cn > > Valid starting Expires Service principal >

kylin 'not in' returns the result is empty.

2017-09-29 Thread alex wang
Hi all: SQL: select sum(TABLE_VISIT.column1) from TABLE_VISIT where TABLE_VISIT.column2 not in ('none','None') ; I use kylin 1.6, When there is no value of 'none' or 'None' in the field TABLE_VISIT.column2, Will report the following error. And the query results return empty. 2017-09-28