You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[SPARK-39461][INFRA] Print SPARK_LOCAL_(HOSTNAME|IP) in build/(mvn|sbt)
### What changes were proposed in this pull request?
This PR aims to print `SPARK_LOCAL_(HOSTNAME|IP)` during building and testing at `build/{mvn|sbt}` if they are provided by the users.
### Why are the changes needed?
`SPARK_LOCAL_HOSTNAME` and `SPARK_LOCAL_IP` are used during testing and the test result depends on them.
### Does this PR introduce _any_ user-facing change?
No.
### How was this patch tested?
Pass the CIs and check GitHub Action logs.
Closes#36862 from dongjoon-hyun/SPARK-39461.
Authored-by: Dongjoon Hyun <[email protected]>
Signed-off-by: Dongjoon Hyun <[email protected]>
0 commit comments