Commit 5885215
committed
### What changes were proposed in this pull request?
This PR aims to add `spark.ui.port` to `Spark History Server` example.
### Why are the changes needed?
To add `18080` to the K8s Service entity.
### Does this PR introduce _any_ user-facing change?
No, this is an example.
### How was this patch tested?
Manual test.
```
$ kubectl get sparkapp
NAME CURRENT STATE AGE
spark-history-server RunningHealthy 8m53s
$ kubectl get svc spark-history-server-0-driver-svc
NAME TYPE CLUSTER-IP EXTERNAL-IP PORT(S) AGE
spark-history-server-0-driver-svc ClusterIP None <none> 7078/TCP,7079/TCP,18080/TCP 8m55s
```
### Was this patch authored or co-authored using generative AI tooling?
No.
Closes #264 from dongjoon-hyun/SPARK-52623.
Authored-by: Dongjoon Hyun <[email protected]>
Signed-off-by: Dongjoon Hyun <[email protected]>
1 parent 2021ff6 commit 5885215
1 file changed
+1
-0
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 | | |
| |||
0 commit comments