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: 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 has different fact table

[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

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 is

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: 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 confused. > > https://issues.ap

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 set the 'LIMIT' input box

[jira] [Created] (KYLIN-1253) ignore 'LIMIT' property in post body when user trying to run sql with 'OFFSET'

2015-12-24 Thread Zhong,Jason (JIRA)
Zhong,Jason created KYLIN-1253: -- Summary: ignore 'LIMIT' property in post body when user trying to run sql with 'OFFSET' Key: KYLIN-1253 URL: https://issues.apache.org/jira/browse/KYLIN-1253 Project: Kyl

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 api

Re: kylin how to realize pagination

2015-12-24 Thread Xiaoyu Wang
SQL like: select columnName,count(*) from tableName group by columnName limit 10 offset 1 在 2015年12月25日 13:14, wangsh...@sinoaudit.cn 写道: I haven't use restful api ,instead I use jdbc At first, I use Kylin Web, at Query tab, I input my sql as "select * from tableName limit 10, 10", The error

Re: Re: kylin how to realize pagination

2015-12-24 Thread wangsh...@sinoaudit.cn
I haven't use restful api ,instead I use jdbc At first, I use Kylin Web, at Query tab, I input my sql as "select * from tableName limit 10, 10", The error is "Encountered ',' at line ……. Was expecting one of:'OFFSET'... 'FETCH'..." So I change my sql as "select * from tableName offset 10 rows fe

[jira] [Created] (KYLIN-1252) Use org.apache.httpcomponents.httpclient to replace commons-httpclient

2015-12-24 Thread Shaofeng SHI (JIRA)
Shaofeng SHI created KYLIN-1252: --- Summary: Use org.apache.httpcomponents.httpclient to replace commons-httpclient Key: KYLIN-1252 URL: https://issues.apache.org/jira/browse/KYLIN-1252 Project: Kylin

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 w

Re: Kylin 1.2 login error

2015-12-24 Thread KylinPOC
Worked. Was cache issue. My bad. -- View this message in context: http://apache-kylin.74782.x6.nabble.com/Kylin-1-2-login-error-tp2900p2904.html Sent from the Apache Kylin mailing list archive at Nabble.com.

Re: Kylin 1.2 login error

2015-12-24 Thread Dong Li
I logged in with ADMIN/KYLIN successfully, please clear cache of web browser and try again. Thanks, Dong Li 2015-12-24 23:29 GMT+08:00 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 user

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 Kylin. New Kylin instance was > suc

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: http://apache-kylin.74782.x6.nabble.com/Kylin-1-2-Kylin-log-permission-denie

Kylin 1.2 login error

2015-12-24 Thread 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 Kylin. New Kylin instance was successful. Is there any other change needed to make the login work? No third party aut

Re: 答复: 答复: 回复:答复: building cube , stop at step 2,help

2015-12-24 Thread hongbin ma
why your error at step 2 changed from IncompatibleClassChangeError to ClassNotFoundException? please provide as much info as possible, otherwise we won't be able to help much. btw, how's your hive compiled? it can compile against both hadoop1 and hadoop2 On Thu, Dec 24, 2015 at 9:12 AM, 胡志华(万里通科技

Re: kylin how to realize pagination

2015-12-24 Thread hongbin ma
@jason I don't think wangshifa is not looking for what you provided. @wangshifa, can you please provide the failed query that you tried, so that we can try and debug On Thu, Dec 24, 2015 at 2:55 PM, Jian Zhong wrote: > try like this > > http://hostname:7070/kylin/api/cubes?limit=10&offset=0 > >

Re: Incremental builds assumptions and clarifications

2015-12-24 Thread Luke Han
Hi Abhilash, Please refer to below comments inline. Thanks. Best Regards! - Luke Han On Thu, Dec 10, 2015 at 2:28 PM, Abhilash L L wrote: > Hello, > >Is there a document explaining the assumptions for incremental builds. > *Luke: I'm afraid there's no such doc

Re: error in calculate cardinality for view.

2015-12-24 Thread ShaoFeng Shi
This is a limitation of HCatalog, don't see it plan to fix; The patch in https://issues.apache.org/jira/browse/HIVE-10851 is just showing a meaningful message saying "View currently not supported". 2015-12-24 15:29 GMT+08:00 yu feng : > Do not plan to fix it ?(Resolution:Won't Fix) > If you cal

[jira] [Created] (KYLIN-1251) add toggle event for tree label

2015-12-24 Thread Zhong,Jason (JIRA)
Zhong,Jason created KYLIN-1251: -- Summary: add toggle event for tree label Key: KYLIN-1251 URL: https://issues.apache.org/jira/browse/KYLIN-1251 Project: Kylin Issue Type: Improvement C

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]. > https://blogs.apache.org/foundation/entry/the_apac

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. :-) On