Re: Need help on building a cube with Spark

2019-12-11 Thread Wang rupeng
Hi, What's the version of Kylin you are using? I try to locate the error position in the code, but I cannot find any function named loadCubeInstance() or loadAllCubeInstance() in CubeManager. Besides that, It seems like you are using google storage, we haven't test kylin in google

Need help on building a cube with Spark

2019-12-11 Thread Lingaraja A J
Hi team, Greetings for the day! I'm using Kylin to build an OLAP cube system for my project. I have create a cube with engine type set to Spark and am trying to build it. It consists of 11 steps among which Spark code runs on step 6. At this step, it's throwing the following error:

[jira] [Created] (KYLIN-4297) Build cube throw NPE error when partition column is not set in JDBC Data Source

2019-12-11 Thread Yaqian Zhang (Jira)
Yaqian Zhang created KYLIN-4297: --- Summary: Build cube throw NPE error when partition column is not set in JDBC Data Source Key: KYLIN-4297 URL: https://issues.apache.org/jira/browse/KYLIN-4297 Project:

[jira] [Created] (KYLIN-4296) When an exception occurs, record detailed stack information to the log

2019-12-11 Thread weibin0516 (Jira)
weibin0516 created KYLIN-4296: - Summary: When an exception occurs, record detailed stack information to the log Key: KYLIN-4296 URL: https://issues.apache.org/jira/browse/KYLIN-4296 Project: Kylin

Re: How kylin can log in without password

2019-12-11 Thread yuzhang
kylinSecurity.xml config the bean for spring security, simplify this file and remove the login web page in frontend webapp may help you | | yuzhang | | Email:shifengdefan...@163.com | 签名由网易邮箱大师定制 On 12/11/2019 22:26,yuzhang wrote: Hi Wang, Kylin use Spring Security as its authorization

Re: How kylin can log in without password

2019-12-11 Thread yuzhang
Hi Wang, Kylin use Spring Security as its authorization framework. Maybe modify the frontend webapp can satisfy your demand | | yuzhang | | Email:shifengdefan...@163.com | 签名由网易邮箱大师定制 On 12/11/2019 10:18,wangdongd...@bidcc.cn wrote: Dear developer, due to the demand problem, we need to do

[jira] [Created] (KYLIN-4295) Instances displayed on Query Node are inconsistent with Job Node

2019-12-11 Thread Temple Zhou (Jira)
Temple Zhou created KYLIN-4295: -- Summary: Instances displayed on Query Node are inconsistent with Job Node Key: KYLIN-4295 URL: https://issues.apache.org/jira/browse/KYLIN-4295 Project: Kylin

Re: [VOTE] Release apache-kylin-3.0.0 (RC1)

2019-12-11 Thread Luke Han
+1 binding mvn test passed all looks good. Best Regards! - Luke Han On Wed, Dec 11, 2019 at 2:27 PM JiaTao Tao wrote: > +1 > > ShaoFeng Shi 于2019年12月10日周二 下午2:07写道: > > > Hi all, > > > > I have created a build for Apache Kylin 3.0.0, release candidate 1. > > > > Changes

Re: Kylin v2.6.4 support Spark 2.4 or above

2019-12-11 Thread Xiaoxiang Yu
Hi friend, In my view, the latest version of Kylin should support Spark2.4, but do not support Spark SQL as data source. But I have see some patch which is try to achieve such targets. This is one of them, https://github.com/apache/kylin/pull/927, you may have a look. Best