Commit 1ff9340
committed
### What changes were proposed in this pull request?
This PR aims to simplify `tests/e2e/watched-namespaces/spark-example.yaml` by removing irrelevant `spark.kubernetes.*.request.cores` configs and adding relevant `Spark Operator` configuration explicitly.
### Why are the changes needed?
The main consumer of CPU resources is `Spark Operator` instead of `Spark Application`. We had better explicitly set `Spark Operator` CPU core request.
### Does this PR introduce _any_ user-facing change?
No behavior change.
### How was this patch tested?
Pass the CIs.
### Was this patch authored or co-authored using generative AI tooling?
No.
Closes #443 from dongjoon-hyun/SPARK-54813.
Authored-by: Dongjoon Hyun <dongjoon@apache.org>
Signed-off-by: Dongjoon Hyun <dongjoon@apache.org>
1 parent c2b9a0a commit 1ff9340
File tree
2 files changed
+7
-2
lines changed- tests/e2e
- helm
- watched-namespaces
2 files changed
+7
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
27 | 34 | | |
28 | 35 | | |
29 | 36 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
27 | 27 | | |
28 | 28 | | |
29 | 29 | | |
30 | | - | |
31 | | - | |
32 | 30 | | |
33 | 31 | | |
0 commit comments