Commit 2ba8722
committed
[SPARK-53739] Add
### What changes were proposed in this pull request?
This PR aims to add `pi-preview-with-eventlog.yaml` example.
### Why are the changes needed?
To show how to use `Apache Spark 4.1.0-preview2` properly. Mainly, we have three difference.
1. Hadoop versions are different.
```
- spark.jars.packages: "org.apache.hadoop:hadoop-aws:3.4.1"
+ spark.jars.packages: "org.apache.hadoop:hadoop-aws:3.4.2"
```
2. Spark 4.1.0-preview2 with Hadoop 3.4.2 requires more memory.
```
spark.driver.memory: "2g"
```
3. Docker images are different.
```
- spark.kubernetes.container.image: "apache/spark:4.0.1-java21-scala"
+ spark.kubernetes.container.image: "apache/spark:4.1.0-preview2-java21-scala"
```
### Does this PR introduce _any_ user-facing change?
No behavior change because this is an example.
### How was this patch tested?
Manually because this is an example.
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 #353 from dongjoon-hyun/SPARK-53739.
Authored-by: Dongjoon Hyun <[email protected]>
Signed-off-by: Dongjoon Hyun <[email protected]>pi-preview-with-eventlog.yaml example1 parent 84a2fb0 commit 2ba8722
1 file changed
+40
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
0 commit comments