Commit 241592c
committed
### What changes were proposed in this pull request?
This PR aims to add `FAIR` schedule examples by
- Update `Spark 4.1.0-preview2`-based `Spark Connect Server` (4.1.0-preview2).
- Add `Spark 4.1.0-preview2`-based `Spark Thrift Server`
### Why are the changes needed?
To show `FAIR` schedule examples which is beneficial in the multi-tenant or concurrent job execution environments.
<img width="566" height="267" alt="Screenshot 2025-10-15 at 19 52 31" src="https://github.com/user-attachments/assets/94968cc6-cee6-483d-8d57-924a0158a2b9" />
### Does this PR introduce _any_ user-facing change?
No behavior change because these are examples.
### How was this patch tested?
Manual review.
### Was this patch authored or co-authored using generative AI tooling?
No.
Closes #393 from dongjoon-hyun/SPARK-53932.
Authored-by: Dongjoon Hyun <[email protected]>
Signed-off-by: Dongjoon Hyun <[email protected]>
1 parent 5543de8 commit 241592c
File tree
2 files changed
+39
-0
lines changed- examples
2 files changed
+39
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
25 | 25 | | |
26 | 26 | | |
27 | 27 | | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
28 | 31 | | |
29 | 32 | | |
30 | 33 | | |
| |||
| 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 | + | |
0 commit comments