Commit 99c96f2
committed
### What changes were proposed in this pull request?
This PR aims to update two examples to use `4.1.0-preview2`.
- `pi-preview.yaml`
- `spark-history-server-preview.yaml`
### Why are the changes needed?
To help the users access the latest preview version features more easily.
### Does this PR introduce _any_ user-facing change?
No behavior change because this is an example update.
### How was this patch tested?
Manually.
Since 4.1.0-preview2 image is not published yet, I built the image locally and used it.
```
$ ./bin/docker-image-tool.sh -r docker.io/apache -t 4.1.0-preview2-java21-scala build
```
### Was this patch authored or co-authored using generative AI tooling?
No.
Closes #354 from dongjoon-hyun/SPARK-53740.
Authored-by: Dongjoon Hyun <[email protected]>
Signed-off-by: Dongjoon Hyun <[email protected]>
1 parent 2ba8722 commit 99c96f2
2 files changed
+5
-5
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
27 | | - | |
| 27 | + | |
28 | 28 | | |
29 | 29 | | |
30 | 30 | | |
31 | | - | |
| 31 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
22 | | - | |
| 22 | + | |
23 | 23 | | |
24 | 24 | | |
25 | 25 | | |
26 | | - | |
| 26 | + | |
27 | 27 | | |
28 | 28 | | |
29 | 29 | | |
| |||
36 | 36 | | |
37 | 37 | | |
38 | 38 | | |
39 | | - | |
| 39 | + | |
40 | 40 | | |
41 | 41 | | |
42 | 42 | | |
| |||
0 commit comments