Skip to content

Commit

Permalink
[BUILD] Fix the java.net.BindException when testing with Github Action (
Browse files Browse the repository at this point in the history
apache#2451)

[BUILD] Fix the java.net.BindException when testing with Github Action

Switches to using localhost from 127.0.0.1 for the Spark driver bind address in CI tests
  • Loading branch information
pan3793 authored and aokolnychyi committed Apr 24, 2021
1 parent 40d0b6f commit 7e95f0b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/java-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,8 @@ jobs:
strategy:
matrix:
jvm: [8, 11]

env:
SPARK_LOCAL_IP: localhost
steps:
- uses: actions/checkout@v2
- uses: actions/setup-java@v1
Expand Down

0 comments on commit 7e95f0b

Please sign in to comment.