We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c1d8af1 commit 3741f96Copy full SHA for 3741f96
spark-submission-worker/src/main/java/org/apache/spark/k8s/operator/SparkAppSubmissionWorker.java
@@ -126,7 +126,7 @@ protected SparkAppDriverConf buildDriverConf(
126
effectiveSparkConf.setIfMissing("spark.app.id", appId);
127
return SparkAppDriverConf.create(
128
effectiveSparkConf,
129
- appId,
+ effectiveSparkConf.getAppId(),
130
primaryResource,
131
applicationSpec.getMainClass(),
132
applicationSpec.getDriverArgs().toArray(String[]::new),
0 commit comments