How to Drop cube with status DescBroken

2018-04-16 Thread Kumar, Manoj H
Pls. advise how can I forcefully drop the Cube of status "DescBroken". Somehow Cube build in other project impacting this. Pls. advise. java.lang.IllegalArgumentException: The value of property statistics.enabled must not be null at com.google.common.base.Preconditions.checkArgument(P

Need Information on source Type of Apache Kylin

2018-04-16 Thread Devhuti Kumari
Hi, Can we have any RDBMS as a data source for Apache Kylin instead of Hadoop Hive tables? If Yes then can we integrate it to Splice Machine using Splice Machine as data source. Thanks, Devhuti Kumari

Re: [ECO] Redash Kylin Plugin

2018-04-16 Thread Luke Han
Nice! Best Regards! - Luke Han On Mon, Apr 9, 2018 at 10:58 PM, Billy Liu wrote: > Hello Kylin user, > > Found one interesting project on Github from the Strikingly contribution. > https://github.com/strikingly/redash-kylin. > > The description from project readme: > "At S

RE: Need Information on source Type of Apache Kylin

2018-04-16 Thread Kumar, Manoj H
I guess Currently Kylin is being supported only for Hive or Kafka (real time streaming). However, There was some jira for sql-server. Not sure about this. Regards, Manoj -Original Message- From: Devhuti Kumari [mailto:devhuti.kum...@gmail.com] Sent: Monday, April 16, 2018 5:21 PM To: u

Re: Need Information on source Type of Apache Kylin

2018-04-16 Thread Kaige Liu
Sql server, MySql and Vertica has already been supported as data source, and it’s easy to extend other RDBMS data source. But the GUI is not ready to use. You are so welcome to contribute a patch for integrating Splice Machine ☺. Best regards, Kaige Liu(刘凯歌) Mail: kaige@kyligence.io Shangha

Re: Need Information on source Type of Apache Kylin

2018-04-16 Thread Devhuti Kumari
By GUI is not ready to use you mean though we can connect to these DB we cant create Cube yet on top of these, correct me if i misunderstood? On Mon, Apr 16, 2018 at 7:46 PM, Kaige Liu wrote: > Sql server, MySql and Vertica has already been supported as data source, and > it’s easy to extend oth

Re: Need Information on source Type of Apache Kylin

2018-04-16 Thread Kaige Liu
“GUI is not ready to use” means RDBMS data source is not shown in the source list (check attachment) and reuse the “load hive table” button. When you configured your RDBMS data source correctly and click “Load hive table” button, it actually loads RDBMS tables. Then you could use these tables to

Re: Need Information on source Type of Apache Kylin

2018-04-16 Thread ShaoFeng Shi
Hi Kaige, As more and more people try this function, can you compose a step by step tutorial, so we can put it to Kylin's online documentation? Thanks! 2018-04-16 22:54 GMT+08:00 Kaige Liu : > “GUI is not ready to use” means RDBMS data source is not shown in the > source list (check attachment)

Re: Need Information on source Type of Apache Kylin

2018-04-16 Thread Kaige Liu
Sure, I’d be glad to. Best regards, Kaige Liu(刘凯歌) Mail: kaige@kyligence.io Shanghai Kyligence Information Technology Co., Ltd 上海市浦东新区亮秀路112号Y1座405室 "Do small things with great love." From: ShaoFeng Shi Reply-To: "user@kylin.apache.org" Date: Monday, April

Re: Need Information on source Type of Apache Kylin

2018-04-16 Thread Devhuti Kumari
Hi Kaige, If we are going to build cube on RDBMS data source then spark wont be used as computing engine for building fast cube right? Regards, Devhuti Kumari > On 16-Apr-2018, at 9:00 PM, Kaige Liu wrote: > > Sure, I’d be glad to. > > Best regards, > > Kaige Liu(刘凯歌) > Mail: kaige@k

[Announce] Welcome new Apache Kylin committer :Julian Pan

2018-04-16 Thread Luke Han
I am very pleased to announce that the Project Management Committee (PMC) of Apache Kylin has asked Julian Pan to become Apache Kylin committer, and he has already accepted. Jianhua has already made many contributions to Kylin community, to answer others questions actively, submit patches for bug

Re: [Announce] Welcome new Apache Kylin committer :Julian Pan

2018-04-16 Thread Luke Han
My fault, I have tried to send out this one week ago but somehow it not send out at that time, sorry about that. Let's welcome our new committer. Thanks. Luke Han 于2018年4月17日周二 上午9:16写道: > I am very pleased to announce that the Project Management Committee (PMC) > of Apache Kylin has asked Juli

Re: [Announce] Welcome new Apache Kylin committer :Julian Pan

2018-04-16 Thread ShaoFeng Shi
Julian, congratulations! 2018-04-17 9:18 GMT+08:00 Luke Han : > My fault, I have tried to send out this one week ago but somehow it not > send out at that time, sorry about that. > > Let's welcome our new committer. > > Thanks. > > Luke Han 于2018年4月17日周二 上午9:16写道: > >> I am very pleased to announ

Re: [Announce] Welcome new Apache Kylin committer :Julian Pan

2018-04-16 Thread Ted Yu
Congratulations, Julian. On Mon, Apr 16, 2018 at 6:18 PM, Luke Han wrote: > My fault, I have tried to send out this one week ago but somehow it not > send out at that time, sorry about that. > > Let's welcome our new committer. > > Thanks. > > Luke Han 于2018年4月17日周二 上午9:16写道: > >> I am very plea

Re: [Announce] Welcome new Apache Kylin committer :Julian Pan

2018-04-16 Thread Billy Liu
Welcome Julian, congratus. With Warm regards Billy Liu 2018-04-17 9:20 GMT+08:00 Ted Yu : > Congratulations, Julian. > > On Mon, Apr 16, 2018 at 6:18 PM, Luke Han wrote: >> >> My fault, I have tried to send out this one week ago but somehow it not >> send out at that time, sorry about that. >>

SQL queries take up too much memory.

2018-04-16 Thread ??????
hi all: Some SQL will take up too much memory in the application, the service is not stable, after analysis because the SQL query need to scan the relevant segemnt corresponding hbase table, is through the thread asynchronous request related to SQL cuboid corresponding region. After e

Make StorageLevel in Spark Cubing configurable

2018-04-16 Thread vula2
Currently in Spark cubing, the StorageLevel is set to StorageLevel.MEMORY_AND_DISK_SER, which will take up a lot of memory if the RDD of the layer is large. Can we make StorageLevel configurable ? So that for large cube, user can set it to Disk to avoid OOM error.

Re: Need Information on source Type of Apache Kylin

2018-04-16 Thread Kaige Liu
Spark could be used as building engine for RDBMS data source as well. Best regards, Kaige Liu(刘凯歌) Mail: kaige@kyligence.io Shanghai Kyligence Information Technology Co., Ltd 上海市浦东新区亮秀路112号Y1座405室 "Do small things with great love." From: Devhuti Kumari Reply

Re: [Announce] Welcome new Apache Kylin committer :Julian Pan

2018-04-16 Thread Kaige Liu
Congrats, Julian! Best regards, Kaige Liu(刘凯歌) Mail: kaige@kyligence.io Shanghai Kyligence Information Technology Co., Ltd 上海市浦东新区亮秀路112号Y1座405室 "Do small things with great love." On 4/17/18, 9:16 AM, "Luke Han" wrote: I am very pleased to announce that the Project Management Co

Re: [Announce] Welcome new Apache Kylin committer :Julian Pan

2018-04-16 Thread Dong Li
Welcome Julian! Thanks, Dong Li On 2018/4/17, 09:58, "Billy Liu" wrote: Welcome Julian, congratus. With Warm regards Billy Liu 2018-04-17 9:20 GMT+08:00 Ted Yu : > Congratulations, Julian. > > On Mon, Apr 16, 2018 at 6:18 PM, Luke Han wrote:

Re: [Announce] Welcome new Apache Kylin committer :Julian Pan

2018-04-16 Thread Zhong, Yanghong
Welcome Julian!!! Thanks for your long lasting contribution. Thanks, Yanghong Zhong On 4/17/18, 10:51 AM, "Dong Li" wrote: Welcome Julian! Thanks, Dong Li On 2018/4/17, 09:58, "Billy Liu" wrote: Welcome Julian, congratus. With Warm regar