You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@sedona.apache.org by GitBox <gi...@apache.org> on 2021/04/17 19:41:14 UTC

[GitHub] [incubator-sedona] netanel246 commented on a change in pull request #516: [Sedona-28] shape&wkb ser de

netanel246 commented on a change in pull request #516:
URL: https://github.com/apache/incubator-sedona/pull/516#discussion_r615296473



##########
File path: .github/workflows/java.yml
##########
@@ -41,6 +41,7 @@ jobs:
     - env:
         SPARK_VERSION: ${{ matrix.spark }}
         SCALA_VERSION: ${{ matrix.scala }}
+        SPARK_LOCAL_IP: "127.0.0.1"

Review comment:
       This is the same workaround of `"spark.driver.bindAddress", "127.0.0.1"` but we only need to set it once, as an env variable.
   
   As you can see [Here](https://github.com/apache/incubator-sedona/pull/516/checks?check_run_id=2344894037) it works.
   
   I only need to apply that to python and the examples CI's.
   
   Also, they have found the problem, and they will work on that on Monday (as described [here](https://github.com/actions/virtual-environments/issues/3185#issuecomment-821758343))




-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org