Commit 2839e3c
[SPARK-52657] Allow
### What changes were proposed in this pull request?
SparkAppDriverConf should use the value stored in effectiveSparkConf rather than pre-computed Id for creation.
### Why are the changes needed?
When user set the spark.app.id in sparkConf, operator should honor this value.
### Does this PR introduce _any_ user-facing change?
no
### How was this patch tested?
unit test
### Was this patch authored or co-authored using generative AI tooling?
no
Closes #271 from TQJADE/appid-bug-fix.
Authored-by: Qi Tan <[email protected]>
Signed-off-by: Dongjoon Hyun <[email protected]>spark.app.id
1 parent c1d8af1 commit 2839e3c
File tree
2 files changed
+17
-1
lines changed- spark-submission-worker/src
- main/java/org/apache/spark/k8s/operator
- test/java/org/apache/spark/k8s/operator
2 files changed
+17
-1
lines changedLines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
126 | 126 | | |
127 | 127 | | |
128 | 128 | | |
129 | | - | |
| 129 | + | |
130 | 130 | | |
131 | 131 | | |
132 | 132 | | |
| |||
Lines changed: 16 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
219 | 219 | | |
220 | 220 | | |
221 | 221 | | |
| 222 | + | |
| 223 | + | |
| 224 | + | |
| 225 | + | |
| 226 | + | |
| 227 | + | |
| 228 | + | |
| 229 | + | |
| 230 | + | |
| 231 | + | |
| 232 | + | |
| 233 | + | |
| 234 | + | |
| 235 | + | |
| 236 | + | |
| 237 | + | |
222 | 238 | | |
0 commit comments