[jira] [Created] (KYLIN-1334) allow truncating string for fixed length dimensions

2016-01-18 Thread hongbin ma (JIRA)
hongbin ma created KYLIN-1334: - Summary: allow truncating string for fixed length dimensions Key: KYLIN-1334 URL: https://issues.apache.org/jira/browse/KYLIN-1334 Project: Kylin Issue Type: Impro

RE: Kylin service crash easily while building cube in HDP sandbox

2016-01-18 Thread 宋轶
I remember we can config the service to be a job engine or a query engine. > From: mahong...@apache.org > Date: Mon, 18 Jan 2016 15:50:07 +0800 > Subject: Re: Kylin service crash easily while building cube in HDP sandbox > To: dev@kylin.apache.org > > btw "Calculate HTable Region Splits" should n

Re: Re: Questions about multiple kylin servers

2016-01-18 Thread hongbin ma
nice:) On Tue, Jan 19, 2016 at 10:38 AM, Hua Wang <1032195...@qq.com> wrote: > When 'KYLIN_JVM_SETTINGS' configuration is set, tomcat's configuration is > also set the same time. > > > > Hua Wang > > From: Hua Wang > Date: 2016-01-19 10:08 > To: dev > Subject: Re: Re: Questions about multiple kyl

[jira] [Created] (KYLIN-1333) Kylin Entity Permission Control

2016-01-18 Thread Zhong,Jason (JIRA)
Zhong,Jason created KYLIN-1333: -- Summary: Kylin Entity Permission Control Key: KYLIN-1333 URL: https://issues.apache.org/jira/browse/KYLIN-1333 Project: Kylin Issue Type: Improvement

Re: can we support adding mapping cube columns to hive table columns

2016-01-18 Thread Luke Han
Name, description, label both are dimension's attribution which should allow to be changeable for such case. But this feature should not considering slow change dimension case but also should leave any interface for that. Best Regards! - Luke Han On Tue, Jan 19, 2016 at

Re: Re: encouter Deserialization error when load hive table

2016-01-18 Thread Li Yang
Kylin 2.0-rc still requires hbase 0.9x, it does not work with HBase 1.x. That likely be the problem. On Tue, Jan 12, 2016 at 5:55 PM, wangxianbin1...@gmail.com < wangxianbin1...@gmail.com> wrote: > HDP2.3.2, kylin 2.0-rc > > > > wangxianbin1...@gmail.com > > From: Li Yang > Date: 2016-01-12 17:40

ask for help while deploying kylin

2016-01-18 Thread ????????
hi, dear kylin users.I followed the tutorial in kylin??s homepage to build a kylin sample. while building the sample cube, I got an error: com.google.common.util.concurrent.ExecutionError: java.lang.NoSuchFieldError: METASTORE_AGGREGATE_STATS_CACHE_ENABLED at com.google.common.cache.LocalCac

Re: can we support adding mapping cube columns to hive table columns

2016-01-18 Thread Li Yang
Valid request. Creating new JIRA KYLIN-1332 . On Tue, Jan 12, 2016 at 5:17 PM, yu feng wrote: > My suggestion is adding this mapping by creating view, So, you can change > the column name in hive table, and recreate the view, that will do not hav

[jira] [Created] (KYLIN-1332) Support rename of table columns

2016-01-18 Thread liyang (JIRA)
liyang created KYLIN-1332: - Summary: Support rename of table columns Key: KYLIN-1332 URL: https://issues.apache.org/jira/browse/KYLIN-1332 Project: Kylin Issue Type: Bug Reporter: liyang

[jira] [Created] (KYLIN-1331) UI Delete Aggregation Groups: cursor disappeared after delete 1 dimension

2016-01-18 Thread Lola Liu (JIRA)
Lola Liu created KYLIN-1331: --- Summary: UI Delete Aggregation Groups: cursor disappeared after delete 1 dimension Key: KYLIN-1331 URL: https://issues.apache.org/jira/browse/KYLIN-1331 Project: Kylin

Re: Re: Questions about multiple kylin servers

2016-01-18 Thread Hua Wang
When 'KYLIN_JVM_SETTINGS' configuration is set, tomcat's configuration is also set the same time. Hua Wang From: Hua Wang Date: 2016-01-19 10:08 To: dev Subject: Re: Re: Questions about multiple kylin servers I think I found the cause. I increased the 'kylin.query.mem.budget', with the 'KYL

[jira] [Created] (KYLIN-1330) UI create model: Press enter will go back to pre step

2016-01-18 Thread Lola Liu (JIRA)
Lola Liu created KYLIN-1330: --- Summary: UI create model: Press enter will go back to pre step Key: KYLIN-1330 URL: https://issues.apache.org/jira/browse/KYLIN-1330 Project: Kylin Issue Type: Bug

[jira] [Created] (KYLIN-1329) Got ACL exception when deleting model

2016-01-18 Thread liyang (JIRA)
liyang created KYLIN-1329: - Summary: Got ACL exception when deleting model Key: KYLIN-1329 URL: https://issues.apache.org/jira/browse/KYLIN-1329 Project: Kylin Issue Type: Bug Reporter: l

Re: Re: Questions about multiple kylin servers

2016-01-18 Thread Hua Wang
I think I found the cause. I increased the 'kylin.query.mem.budget', with the 'KYLIN_JVM_SETTINGS' no changed. I think maybe this caused the kylin server no responding when I execute a big query. Is the 'KYLIN_JVM_SETTINGS' how much memory allocated to Kylin server? If I changed this parameter,

Re: Setting up dev environment - Error running tests

2016-01-18 Thread hongbin ma
checkout this https://issues.apache.org/jira/browse/KYLIN-393 On Tue, Jan 19, 2016 at 6:42 AM, Khakhkhar, Dipesh wrote: > Hi, > > I’m setting up dev environment as mentioned here > > I’m using HDP sandbox > > I ran test like this > mvn test -Dtest=org.apache.kylin.job.BuildCubeWithEngineTest >

[jira] [Created] (KYLIN-1328) DataModel cache should be flushed as other types

2016-01-18 Thread Shaofeng SHI (JIRA)
Shaofeng SHI created KYLIN-1328: --- Summary: DataModel cache should be flushed as other types Key: KYLIN-1328 URL: https://issues.apache.org/jira/browse/KYLIN-1328 Project: Kylin Issue Type: Bug

Re: Questions about multiple kylin servers

2016-01-18 Thread hongbin ma
​i think you need to check ngnix log and make sure the request is forwarded to the 3 kylin servers. ​ -- Regards, *Bin Mahone | 马洪宾* Apache Kylin: http://kylin.io Github: https://github.com/binmahone

Setting up dev environment - Error running tests

2016-01-18 Thread Khakhkhar, Dipesh
Hi, I’m setting up dev environment as mentioned here I’m using HDP sandbox I ran test like this mvn test -Dtest=org.apache.kylin.job.BuildCubeWithEngineTest -DfailIfNoTests=false -Dhdp.version=2.3.2 -P sandbox But it go the following exception 016-01-18 14:03:44,471 INFO [main] common.Kyli

Questions about multiple kylin servers

2016-01-18 Thread Hua Wang
I have configuered 3 kylin servers. One is in "all" mode, others are in "query" mode. On top of the servers, I use a ngnix server. Then tableau is used to connect to the ngnix server to map to one of the kylin servers. While when I drap some sqls on tableau, some of the kylin servers will no r