Commit 222e4ad
committed
[SPARK-52834] Improve
### What changes were proposed in this pull request?
This PR aims to improve `ProbeService` to show the port number.
### Why are the changes needed?
We had better show the live port number because a user can customize the port number with `spark.kubernetes.operator.health.probePort`.
### Does this PR introduce _any_ user-facing change?
No, this is only a log info.
### How was this patch tested?
Manual review.
### Was this patch authored or co-authored using generative AI tooling?
No.
Closes #287 from dongjoon-hyun/SPARK-52834.
Authored-by: Dongjoon Hyun <[email protected]>
Signed-off-by: Dongjoon Hyun <[email protected]>ProbeService to show the port number1 parent 9d57828 commit 222e4ad
File tree
1 file changed
+1
-1
lines changed- spark-operator/src/main/java/org/apache/spark/k8s/operator/probe
1 file changed
+1
-1
lines changedLines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
53 | 53 | | |
54 | 54 | | |
55 | 55 | | |
56 | | - | |
| 56 | + | |
57 | 57 | | |
58 | 58 | | |
59 | 59 | | |
| |||
0 commit comments