Commit d466c0b
committed
[SPARK-47142][K8S][TESTS] Use
### What changes were proposed in this pull request?
This PR aims to use `spark.jars.ivy` instead of `spark.driver.extraJavaOptions` in `DepsTestsSuite`.
### Why are the changes needed?
To provide a test coverage for the most common and simplest way.
### Does this PR introduce _any_ user-facing change?
No.
### How was this patch tested?
Pass the CIs.
### Was this patch authored or co-authored using generative AI tooling?
No.
Closes #45229 from dongjoon-hyun/SPARK-47142.
Authored-by: Dongjoon Hyun <[email protected]>
Signed-off-by: Dongjoon Hyun <[email protected]>spark.jars.ivy instead spark.driver.extraJavaOptions in DepsTestsSuite
1 parent a053b40 commit d466c0b
File tree
1 file changed
+1
-1
lines changed- resource-managers/kubernetes/integration-tests/src/test/scala/org/apache/spark/deploy/k8s/integrationtest
1 file changed
+1
-1
lines changedLines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
386 | 386 | | |
387 | 387 | | |
388 | 388 | | |
389 | | - | |
| 389 | + | |
390 | 390 | | |
391 | 391 | | |
392 | 392 | | |
| |||
0 commit comments