Commit 5f9b23f
committed
[SPARK-52512] Add
### What changes were proposed in this pull request?
This PR aims to add an event-log enabled `SparkPi` example.
### Why are the changes needed?
To provide a rich example about how to use the event logs and SHS.
### Does this PR introduce _any_ user-facing change?
No behavior change.
### How was this patch tested?
Manually.
```
$ kubectl get sparkapp
NAME CURRENT STATE AGE
pi-with-eventlog ResourceReleased 3m23s
spark-history-server RunningHealthy 6m31s
```

### Was this patch authored or co-authored using generative AI tooling?
No.
Closes apache#250 from dongjoon-hyun/SPARK-52512.
Authored-by: Dongjoon Hyun <[email protected]>
Signed-off-by: Dongjoon Hyun <[email protected]>pi-with-eventlog example1 parent 24f66ec commit 5f9b23f
1 file changed
+39
-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 | + | |
0 commit comments