Commit d171f17
committed
[SPARK-54081] Add
### What changes were proposed in this pull request?
This PR aims to add `word-count-preview.yaml` Example.
### Why are the changes needed?
To provide a Spark Job shuffle example.
<img width="396" height="212" alt="Screenshot 2025-10-29 at 21 14 08" src="https://github.com/user-attachments/assets/3945b010-7962-4c91-81f0-ed9199e65ab7" />
### Does this PR introduce _any_ user-facing change?
No behavior change because this is a new example.
### How was this patch tested?
Manual review.
```
$ kubectl apply -f examples/word-count-preview.yaml
```
```
$ kubectl logs -f word-count-0-driver
...
25/10/29 23:48:04 INFO DAGScheduler: Job 0 finished: collect at JavaWordCount.java:53, took 3544.885793 ms
-Psparkr: 1
-B: 1
Spark: 1
-Pkubernetes: 1
-Pyarn: 1
revision: 1
Build: 1
built: 1
c5ff48cc2b2): 1
(git: 1
-Phadoop-3: 1
4.1.0-preview2: 1
flags:: 1
-Phive-thriftserver: 1
for: 1
-Phive: 1
3.4.2: 1
Hadoop: 1
```
```
$ k get sparkapp
NAME CURRENT STATE AGE
word-count ResourceReleased 2m35s
```
### Was this patch authored or co-authored using generative AI tooling?
No.
Closes #408 from dongjoon-hyun/SPARK-54081.
Authored-by: Dongjoon Hyun <[email protected]>
Signed-off-by: Dongjoon Hyun <[email protected]>word-count-preview.yaml Example1 parent 45cd118 commit d171f17
1 file changed
+32
-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 | + | |
0 commit comments