This is an automated email from the ASF dual-hosted git repository. xxyu pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/kylin.git
The following commit(s) were added to refs/heads/main by this push: new 83f8a3d450 minor, fix invalid config 83f8a3d450 is described below commit 83f8a3d450323eb6774999f9b1a61c85b7c4bea8 Author: Mukvin <boyboys...@163.com> AuthorDate: Fri May 13 15:38:17 2022 +0800 minor, fix invalid config --- core-common/src/main/resources/kylin-defaults.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core-common/src/main/resources/kylin-defaults.properties b/core-common/src/main/resources/kylin-defaults.properties index f5f1037c4e..ae6c00f2a5 100644 --- a/core-common/src/main/resources/kylin-defaults.properties +++ b/core-common/src/main/resources/kylin-defaults.properties @@ -256,7 +256,7 @@ kylin.engine.spark-conf.spark.driver.extraJavaOptions=-XX:+CrashOnOutOfMemoryErr # Enlarge cores and memory to improve query performance in production env, please check https://cwiki.apache.org/confluence/display/KYLIN/User+Manual+4.X #Whether or not to start SparderContext when query server start -kylin.query.auto-sparder-context-enabled-enabled=false +kylin.query.auto-sparder-context-enabled=false #kylin.query.sparder-context.app-name= kylin.query.spark-conf.spark.master=yarn