[
https://issues.apache.org/jira/browse/KYLIN-4820?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17233416#comment-17233416
]
ASF GitHub Bot commented on KYLIN-4820:
---------------------------------------
hit-lacus commented on a change in pull request #1479:
URL: https://github.com/apache/kylin/pull/1479#discussion_r524958199
##########
File path:
core-common/src/main/java/org/apache/kylin/common/KylinConfigBase.java
##########
@@ -2783,6 +2783,10 @@ public int getSparkEngineBaseExecutorInstances() {
return
Integer.parseInt(getOptional("kylin.engine.base-executor-instance", "5"));
}
+ public String getSparkEngineRequiredTotalCores() {
Review comment:
If it is possible to merge two configuration
`kylin.engine.spark.task-impact-instance-enabled` and
`kylin.engine.spark.task-impact-instance-enabled`?
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
> Can not auto set spark resources configurations when building cube
> ------------------------------------------------------------------
>
> Key: KYLIN-4820
> URL: https://issues.apache.org/jira/browse/KYLIN-4820
> Project: Kylin
> Issue Type: Bug
> Components: Spark Engine
> Affects Versions: v4.0.0-alpha
> Reporter: Zhichao Zhang
> Assignee: Zhichao Zhang
> Priority: Minor
> Fix For: v4.0.0-beta
>
>
> Currently there are some spark resources configurations set in the
> kylin-default.properties, so these configurations will override the ones set
> by Kylin automatically.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)