Details
-
Sub-task
-
Status: Closed
-
Minor
-
Resolution: Fixed
-
None
-
None
Description
If user wants to customize some conf parameter for some cubes, he can define the conf with prefix "kylin.engine.spark-conf." in either "conf/kylin.properties" or at the project/cube level, e.g,
kylin.engine.spark-conf.spark.executor.instances=4
Then kylin will parse and apply the conf when submitting to spark, Kylin will run:
"spark/bin/spark-submit --conf spark.executor.instances=4 ..."