spark-operator
spark-operator copied to clipboard
Missing spark.kubernetes.executor.limit.cores Configuration Param
When defining a new application config, both the driver and the executor have coreLimit
option.
The value for the driver is set on spark configuration but spark.kubernetes.executor.limit.cores
is not set.
If it's a bug, I can work on its PR. I think there is a missing line in KubernetesAppDeployer.java
.