cube model will be overridden while creating a new cube with the same name

2015-12-24 Thread yu feng
Hi, I find a Bug like this in kylin-1.0: I build a cube named TEST successfully, and then build another cube named TEST too, those two cube has different fact table, the second cube will be error becacuse "The cube named TEST already exists", But the model of first cube will be overridden. this

Re: Incremental builds assumptions and clarifications

2015-12-24 Thread Li Yang
Em.. don't think Luke has all the questions fully answered. My additions. >Is there a document explaining the assumptions for incremental builds. The only assumption (or requirement) is that there is date or timestamp column on the fact table that distinguishes the old from the new. >Do

Re: Re: kylin how to realize pagination

2015-12-24 Thread Jian Zhong
I created a ticket to enhance this to make sure sure not confused. https://issues.apache.org/jira/browse/KYLIN-1253 On Fri, Dec 25, 2015 at 1:37 PM, Jian Zhong wrote: > when trying to run 'offset' in sql,we should make sure 'LIMIT' not used in > post body > > so, just

Re: Re: kylin how to realize pagination

2015-12-24 Thread Jian Zhong
when trying to run 'offset' in sql,we should make sure 'LIMIT' not used in post body so, just set the 'LIMIT' input box near the 'SUBMIT' button to '0',you will get right results. On Fri, Dec 25, 2015 at 1:14 PM, wangsh...@sinoaudit.cn < wangsh...@sinoaudit.cn> wrote: > I haven't use restful

Re: cube model will be overridden while creating a new cube with the same name

2015-12-24 Thread Jian Zhong
Good catch, I'll fix this. https://issues.apache.org/jira/browse/KYLIN-1254 On Fri, Dec 25, 2015 at 3:17 PM, yu feng wrote: > Hi, I find a Bug like this in kylin-1.0: > I build a cube named TEST successfully, and then build another cube named > TEST too, those two cube

[jira] [Created] (KYLIN-1254) cube model will be overridden while creating a new cube with the same name

2015-12-24 Thread Zhong,Jason (JIRA)
Zhong,Jason created KYLIN-1254: -- Summary: cube model will be overridden while creating a new cube with the same name Key: KYLIN-1254 URL: https://issues.apache.org/jira/browse/KYLIN-1254 Project: Kylin

Why can't discard job

2015-12-24 Thread 万里通科技及数据中心商务智能团队数据分析组
Where can I find the job description file or command? [cid:image001.png@01D13F2C.EDCA3CE0] ** 胡志华 [说明: 说明: cid:image001.png@01CDAD3C.F2D26490] 万里通支持中心大数据团队数据分析组 *:021-20667416/18019788229 *:上海徐汇区凯滨路166号平安大厦B座9楼 **

Re: Re: kylin how to realize pagination

2015-12-24 Thread Jian Zhong
Yes, if we do not use sql like "SELECT ... OFFSET 10 ROWS FETCH NEXT 10 ROWS ONLY" the easy way is syntax as xiaoyu said "SELECT limit 10 offset 10" On Fri, Dec 25, 2015 at 1:41 PM, Jian Zhong wrote: > I created a ticket to enhance this to make sure sure not

About Spark Job Engine

2015-12-24 Thread 250635...@qq.com
Hi,experts Would love to research for the implementation of spark job engine. Did I had a chance to see some sampling code through kylin git repo ? Best, Sun. 250635...@qq.com

Re: [ANNOUNCE] Apache Kylin 1.2 released

2015-12-24 Thread Li Yang
> nice, we long for the following 2 improvements for a long time: > [KYLIN-389] - Can't edit cube name for existing cubes > [KYLIN-1154] - Load job page is very slow when there are a lot of history job Ashamed that some basic function is finally fixed. But glad that we continue to improve. :-)

Re: Apache软件基金会宣布Apache Kylin成为顶级项目

2015-12-24 Thread Li Yang
用力鼓掌!!! 2015-12-13 13:30 GMT+08:00 Luke Han : > Here's Chinese translation of ASF announces Apache Kylin as a Top-Level > Project [1]. > 这是Apache基金会宣布Apache Kylin成为顶级项目新闻的中文翻译 > > Great thanks to Luwei Chen who did this. > 感谢陈露薇翻译这篇文章 > > [1]. >

Kylin 1.2 - Kylin log permission denied

2015-12-24 Thread KylinPOC
When Kylin instance starts it gives Log permission denied error. Kylin_log_permission_denied.docx -- View this message in context:

Re: Kylin 1.2 login error

2015-12-24 Thread Yerui Sun
try username ADMIN and password KYLIN > 在 2015年12月24日,23:02,KylinPOC 写道: > > While trying the latest Kylin 1.2 it gives error for the username and > password for ADMIN. Earlier I had Kylin 1.0. I changed the KYLIN_HOME to > point to the new release and started