Re: Use Beeline for Hive on Apache Kylin 4.0.0 ?

2021-09-14 Thread Yaqian Zhang
Hi: Kylin4 use spark engine to build cube, and spark application are submitted through spark-submit, which has nothing to do with hive cli or beeline.. Therefore, this configuration of “kylin.source.hive.client" has no effect in kylin 4. > 在 2021年9月14日,下午11:29,MAMERI Jamal - externe >

Use Beeline for Hive on Apache Kylin 4.0.0 ?

2021-09-14 Thread MAMERI Jamal - externe
Hello, I hope my email finds you well. I have installed the Apache Kylin 4.0.0 version. I want to use Beeline as Hive client but the following properties aren't existing in the file : KYLIN_HOME/conf/kylin.properties : ## Hive client, valid value [cli, beeline]

Re: Kylin v4.0.0 GA on EMR 6.3.0 fail to start Sparder due to YARN staging files missing

2021-09-14 Thread Michael, Gabe
Yaqian Zhang thank you for the suggestion, I configured "kylin.query.spark-conf.spark.yarn.stagingDir=hdfs://my-cluster-hostname:8020/tmp/spark-staging" (I also created this directory on HDFS first with "hdfs dfs -mkdir -p /tmp/spark-staging") and now the file uploads are going to HDFS, the

Caused by: java.lang.RuntimeException: cannot get HiveTableMeta ----- kylin3.1.2-hadoop3

2021-09-14 Thread WSJian
First, env: hive 3.1.2 hadoop3.0.0-cdh 6.3.2. I upgraded kylin to 3.1.2 - hadoop3. It doesn't load when I try to create a new project and load the table in. And KYLIN WEB UI dispaly "cannot get HiveTableMeta". Then I went to check the log. Throw Exception: ``` Caused by: