This is an automated email from the ASF dual-hosted git repository.

gurwls223 pushed a commit to branch branch-3.1
in repository https://gitbox.apache.org/repos/asf/spark.git


The following commit(s) were added to refs/heads/branch-3.1 by this push:
     new 614a28a  [SPARK-35002][INFRA][FOLLOW-UP] Use localhost instead of 
127.0.0.1 at SPARK_LOCAL_IP in GA builds
614a28a is described below

commit 614a28ad1b32c794e3d0ae84104328d80c9bcbe0
Author: HyukjinKwon <gurwls...@apache.org>
AuthorDate: Fri Apr 9 16:39:20 2021 +0800

    [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`.
    
    - https://github.com/apache/spark/pull/32096#discussion_r610349269
    - https://github.com/apache/spark/pull/32096#issuecomment-816442481
    
    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 <gurwls...@apache.org>
    Signed-off-by: Yuming Wang <yumw...@ebay.com>
    (cherry picked from commit a3d1e00317d82bc2296a6f339b9604b5d6bc6754)
    Signed-off-by: HyukjinKwon <gurwls...@apache.org>
---
 .github/workflows/build_and_test.yml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/.github/workflows/build_and_test.yml 
b/.github/workflows/build_and_test.yml
index 7f1d616..2b00b13 100644
--- a/.github/workflows/build_and_test.yml
+++ b/.github/workflows/build_and_test.yml
@@ -83,7 +83,7 @@ jobs:
       CONDA_PREFIX: /usr/share/miniconda
       GITHUB_PREV_SHA: ${{ github.event.before }}
       GITHUB_INPUT_BRANCH: ${{ github.event.inputs.target }}
-      SPARK_LOCAL_IP: 127.0.0.1
+      SPARK_LOCAL_IP: localhost
     steps:
     - name: Checkout Spark repository
       uses: actions/checkout@v2
@@ -171,7 +171,7 @@ jobs:
       CONDA_PREFIX: /usr/share/miniconda
       GITHUB_PREV_SHA: ${{ github.event.before }}
       GITHUB_INPUT_BRANCH: ${{ github.event.inputs.target }}
-      SPARK_LOCAL_IP: 127.0.0.1
+      SPARK_LOCAL_IP: localhost
     steps:
     - name: Checkout Spark repository
       uses: actions/checkout@v2
@@ -240,7 +240,7 @@ jobs:
       HIVE_PROFILE: hive2.3
       GITHUB_PREV_SHA: ${{ github.event.before }}
       GITHUB_INPUT_BRANCH: ${{ github.event.inputs.target }}
-      SPARK_LOCAL_IP: 127.0.0.1
+      SPARK_LOCAL_IP: localhost
     steps:
     - name: Checkout Spark repository
       uses: actions/checkout@v2

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@spark.apache.org
For additional commands, e-mail: commits-h...@spark.apache.org

Reply via email to