Skip to content

Commit 614a28a

Browse files
committed
[SPARK-35002][INFRA][FOLLOW-UP] Use localhost instead of 127.0.0.1 at SPARK_LOCAL_IP in GA builds
This PR replaces 127.0.0.1 to `localhost`. - #32096 (comment) - #32096 (comment) No, dev-only. I didn't test it because it's CI specific issue. I will test it in Github Actions build in this PR. Closes #32102 from HyukjinKwon/SPARK-35002. Authored-by: HyukjinKwon <gurwls223@apache.org> Signed-off-by: Yuming Wang <yumwang@ebay.com> (cherry picked from commit a3d1e00) Signed-off-by: HyukjinKwon <gurwls223@apache.org>
1 parent 06ce0ee commit 614a28a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/build_and_test.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ jobs:
8383
CONDA_PREFIX: /usr/share/miniconda
8484
GITHUB_PREV_SHA: ${{ github.event.before }}
8585
GITHUB_INPUT_BRANCH: ${{ github.event.inputs.target }}
86-
SPARK_LOCAL_IP: 127.0.0.1
86+
SPARK_LOCAL_IP: localhost
8787
steps:
8888
- name: Checkout Spark repository
8989
uses: actions/checkout@v2
@@ -171,7 +171,7 @@ jobs:
171171
CONDA_PREFIX: /usr/share/miniconda
172172
GITHUB_PREV_SHA: ${{ github.event.before }}
173173
GITHUB_INPUT_BRANCH: ${{ github.event.inputs.target }}
174-
SPARK_LOCAL_IP: 127.0.0.1
174+
SPARK_LOCAL_IP: localhost
175175
steps:
176176
- name: Checkout Spark repository
177177
uses: actions/checkout@v2
@@ -240,7 +240,7 @@ jobs:
240240
HIVE_PROFILE: hive2.3
241241
GITHUB_PREV_SHA: ${{ github.event.before }}
242242
GITHUB_INPUT_BRANCH: ${{ github.event.inputs.target }}
243-
SPARK_LOCAL_IP: 127.0.0.1
243+
SPARK_LOCAL_IP: localhost
244244
steps:
245245
- name: Checkout Spark repository
246246
uses: actions/checkout@v2

0 commit comments

Comments
 (0)