Skip to content

Commit

Permalink
[Hotfix] Spark k8s optimizer release error (#3402)
Browse files Browse the repository at this point in the history
fix: spark optimizer release error
  • Loading branch information
lintingbin authored Jan 15, 2025
1 parent c72f121 commit 0678ba0
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -117,6 +117,7 @@ protected Map<String, String> doScaleOut(Resource resource) {
if (deployedOnKubernetes()) {
SparkOptimizerContainer.SparkConf sparkConf =
SparkOptimizerContainer.SparkConf.buildFor(loadSparkConfig(), getContainerProperties())
.withGroupProperties(resource.getProperties())
.build();
String namespace =
StringUtils.defaultIfEmpty(
Expand Down

0 comments on commit 0678ba0

Please sign in to comment.