Re: Kylin Performance

2016-12-30 Thread Alberto Ramón
About Kylin performance, I completed some uses cases: https://github.com/albertoRamon/Kylin/tree/master/KylinPerformance Any contribution or correction will be appreciated BR, Alb 2016-12-28 11:32 GMT+01:00 Alberto Ramón : > Don`t worry, I'm going to completed my

[jira] [Created] (KYLIN-2344) Package spark into Kylin binary package

2016-12-30 Thread Shaofeng SHI (JIRA)
Shaofeng SHI created KYLIN-2344: --- Summary: Package spark into Kylin binary package Key: KYLIN-2344 URL: https://issues.apache.org/jira/browse/KYLIN-2344 Project: Kylin Issue Type: Task

[jira] [Created] (KYLIN-2343) When syn hive table, got error but actually the table is synced

2016-12-30 Thread Shaofeng SHI (JIRA)
Shaofeng SHI created KYLIN-2343: --- Summary: When syn hive table, got error but actually the table is synced Key: KYLIN-2343 URL: https://issues.apache.org/jira/browse/KYLIN-2343 Project: Kylin

[jira] [Created] (KYLIN-2342) When NoClassDefFoundError occurred in building cube, no error in kylin.log

2016-12-30 Thread Shaofeng SHI (JIRA)
Shaofeng SHI created KYLIN-2342: --- Summary: When NoClassDefFoundError occurred in building cube, no error in kylin.log Key: KYLIN-2342 URL: https://issues.apache.org/jira/browse/KYLIN-2342 Project:

Re: Kybot bug?

2016-12-30 Thread ShaoFeng Shi
Hi Zhengdong, The Apache mailing group is dedicated for the open source project discussion; what you asked is not in this scope; Please use it properly. Thanks for the understanding. 2016-12-30 17:35 GMT+08:00 Luke_Selina : >

Kybot bug?

2016-12-30 Thread Luke_Selina
Hei guys, just as the above picture, when I use kylin to diagnose my cube, why it shows two same tag but with different value? Is this a version conflict, my kylin version is 1.5.4, and the keybot is the latest. Another

Query Error When Use Like in Where Clause

2016-12-30 Thread 汪胜
Hello, I execute a sql below: select PRODUCT_LOOKUP.PRODUCT_NAME,SUM(SALES_FACT.STORE_SALES) from SALES_FACT inner join PRODUCT_LOOKUP on PRODUCT_LOOKUP.PRODUCT_ID=SALES_FACT.PRODUCT_ID where PRODUCT_LOOKUP.PRODUCT_NAME like '%' || 'Label' || '%' group by PRODUCT_LOOKUP.PRODUCT_NAME And this

Mistake in Kylin doc "Advanced Settings" page

2016-12-30 Thread ShaoFeng Shi
Hi Kylin users, We just find and fix a typo in the "Advanced settings" doc, which is about overwritting YARN job queue; In the old version it uses wrong property name "mapred.job.queuename"; While the correct name should be " mapred.job.queue.name" (deprecated) or "mapreduce.job.queuename". The