Re: How to purge data for a day only

2017-08-24 Thread Billy Liu
The purge/refresh unit is segment. If you build the cube daily and no merge before, find the day 11 segment and call purge API against it. 2017-08-25 11:28 GMT+08:00 apache_...@163.com : > Hi, > > >e.g: > > A cube task has been running for a week(from day 7 to day 13),but at > day 13, fou

How to purge data for a day only

2017-08-24 Thread apache_...@163.com
Hi, e.g: A cube task has been running for a week(from day 7 to day 13),but at day 13, found day 11 data is error, day 12 and day 13 is right. So how to purge date for day 11 only? apache_...@163.com

[jira] [Created] (KYLIN-2813) kylin jdbc with mybatis

2017-08-24 Thread JunQiangZhang (JIRA)
JunQiangZhang created KYLIN-2813: Summary: kylin jdbc with mybatis Key: KYLIN-2813 URL: https://issues.apache.org/jira/browse/KYLIN-2813 Project: Kylin Issue Type: Bug Components: Q

Re: SQL execute failed when use CASE in where clause

2017-08-24 Thread skyyws
Sorry for my mistake. It should be "use CAST in where clause" not "CASE" 2017-08-24 skyyws 发件人:"skyyws" 发送时间:2017-08-24 20:41 主题:SQL execute failed when use CASE in where clause 收件人:"dev" 抄送: Hello all, I met a probelm recently when I execute SQL in kylin 2.0.0. When I use the following s

SQL execute failed when use CASE in where clause

2017-08-24 Thread skyyws
Hello all, I met a probelm recently when I execute SQL in kylin 2.0.0. When I use the following sql statement, I got an empty result: select dt,count(1) from USER_TABLE where cast(dt as date) >= CAST('2016-06-01' as date) and cast(dt as date) < CAST('2016-06-04' as date) group by dt dt is varch

[jira] [Created] (KYLIN-2812) Save to wrong database when loading Kafka Topic

2017-08-24 Thread Billy Liu (JIRA)
Billy Liu created KYLIN-2812: Summary: Save to wrong database when loading Kafka Topic Key: KYLIN-2812 URL: https://issues.apache.org/jira/browse/KYLIN-2812 Project: Kylin Issue Type: Bug

Re: Query is not allowed in web mode.

2017-08-24 Thread ShaoFeng Shi
Recently I'm also using MSTR 10 + Kylin, with the ODBC driver on Windows. Here is a summary about the integration with MSTR, it may help to understand: http://docs.kyligence.io/v2.4/en/integration/microstrategy_10_4.en.html 2017-08-24 10:15 GMT+08:00 Billy Liu : > Hi Alan > > Have you set kylin.

[jira] [Created] (KYLIN-2811) Refine Spark Cubing to reduce serialization's overhead

2017-08-24 Thread Wang Cheng (JIRA)
Wang Cheng created KYLIN-2811: - Summary: Refine Spark Cubing to reduce serialization's overhead Key: KYLIN-2811 URL: https://issues.apache.org/jira/browse/KYLIN-2811 Project: Kylin Issue Type: Im

Re: Re: an error occurred when build cube at step 6:create HTable

2017-08-24 Thread 863109...@qq.com
Thanks,that was really the reason for HBase,I fixed it,and kylin backed to normal. From: Li Yang Date: 2017-08-20 15:24 To: dev Subject: Re: an error occurred when build cube at step 6:create HTable First there is issue with your HBase. You have to fix that first. Verify by creating new HTable.

[jira] [Created] (KYLIN-2810) Kylin UDF support

2017-08-24 Thread fengYu (JIRA)
fengYu created KYLIN-2810: - Summary: Kylin UDF support Key: KYLIN-2810 URL: https://issues.apache.org/jira/browse/KYLIN-2810 Project: Kylin Issue Type: Bug Reporter: fengYu Kylin do not

[jira] [Created] (KYLIN-2809) Support operator "+" as string concat operator

2017-08-24 Thread Roger Shi (JIRA)
Roger Shi created KYLIN-2809: Summary: Support operator "+" as string concat operator Key: KYLIN-2809 URL: https://issues.apache.org/jira/browse/KYLIN-2809 Project: Kylin Issue Type: Improvement

Re: kylin2.1 odbc not work

2017-08-24 Thread Dong Li
Cool. Thanks for the feedback. Thanks, Dong Li Original Message Sender:apache_dev@163.comapache_...@163.com Recipient:dev...@kylin.apache.org Date:Thursday, Aug 24, 2017 15:06 Subject:Re: kylin2.1 odbc not work This problem have now been sorted, Thinks apache_...@163.com From: apache_...@163

Re: kylin2.1 odbc not work

2017-08-24 Thread apache_...@163.com
This problem have now been sorted, Thinks apache_...@163.com From: apache_...@163.com Date: 2017-08-24 12:11 To: dev Subject: kylin2.1 odbc not work Hi, Env:kylin2.1 HDP2.5.3. odbc2.1 32bit. odbc2.1 set sucess,but can't get any kylin table info from excel. apache_...