You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@spark.apache.org by gu...@apache.org on 2021/04/14 10:47:16 UTC

[spark] branch branch-3.0 updated: [SPARK-35002][INFRA][FOLLOW-UP] Use localhost instead of 127.0.0.1 at SPARK_LOCAL_IP in GA builds

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

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


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

commit fa872c4a85ac1fed1e7d5f9e861744ab8367ea33
Author: HyukjinKwon <gu...@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 <gu...@apache.org>
    Signed-off-by: Yuming Wang <yu...@ebay.com>
    (cherry picked from commit a3d1e00317d82bc2296a6f339b9604b5d6bc6754)
    Signed-off-by: HyukjinKwon <gu...@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 f82a82d..b209eb8 100644
--- a/.github/workflows/build_and_test.yml
+++ b/.github/workflows/build_and_test.yml
@@ -79,7 +79,7 @@ jobs:
       # GitHub Actions' default miniconda to use in pip packaging test.
       CONDA_PREFIX: /usr/share/miniconda
       GITHUB_PREV_SHA: ${{ github.event.before }}
-      SPARK_LOCAL_IP: 127.0.0.1
+      SPARK_LOCAL_IP: localhost
     steps:
     - name: Checkout Spark repository
       uses: actions/checkout@v2
@@ -163,7 +163,7 @@ jobs:
       # GitHub Actions' default miniconda to use in pip packaging test.
       CONDA_PREFIX: /usr/share/miniconda
       GITHUB_PREV_SHA: ${{ github.event.before }}
-      SPARK_LOCAL_IP: 127.0.0.1
+      SPARK_LOCAL_IP: localhost
     steps:
     - name: Checkout Spark repository
       uses: actions/checkout@v2
@@ -225,7 +225,7 @@ jobs:
       HADOOP_PROFILE: hadoop2.7
       HIVE_PROFILE: hive2.3
       GITHUB_PREV_SHA: ${{ github.event.before }}
-      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-unsubscribe@spark.apache.org
For additional commands, e-mail: commits-help@spark.apache.org