You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@calcite.apache.org by GitBox <gi...@apache.org> on 2021/04/16 08:01:28 UTC

[GitHub] [calcite] Aaaaaaron opened a new pull request #2403: [WIP] to see whether can fix CI

Aaaaaaron opened a new pull request #2403:
URL: https://github.com/apache/calcite/pull/2403


   


-- 
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



[GitHub] [calcite] vlsi commented on a change in pull request #2403: [WIP] to see whether can fix CI

Posted by GitBox <gi...@apache.org>.
vlsi commented on a change in pull request #2403:
URL: https://github.com/apache/calcite/pull/2403#discussion_r615281691



##########
File path: spark/src/main/java/org/apache/calcite/adapter/spark/SparkHandlerImpl.java
##########
@@ -44,8 +45,10 @@
 public class SparkHandlerImpl implements CalcitePrepare.SparkHandler {
   private final HttpServer classServer;
   private final AtomicInteger classId;
+  private final SparkConf sparkConf =
+      new SparkConf().set("spark.driver.bindAddress", "localhost");

Review comment:
       Please try `org.apache.calcite.adapter.spark.HttpServer#localIpAddress`




-- 
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



[GitHub] [calcite] Aaaaaaron closed pull request #2403: [WIP] to see whether can fix CI

Posted by GitBox <gi...@apache.org>.
Aaaaaaron closed pull request #2403:
URL: https://github.com/apache/calcite/pull/2403


   


-- 
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



[GitHub] [calcite] vlsi commented on a change in pull request #2403: [WIP] to see whether can fix CI

Posted by GitBox <gi...@apache.org>.
vlsi commented on a change in pull request #2403:
URL: https://github.com/apache/calcite/pull/2403#discussion_r615281691



##########
File path: spark/src/main/java/org/apache/calcite/adapter/spark/SparkHandlerImpl.java
##########
@@ -44,8 +45,10 @@
 public class SparkHandlerImpl implements CalcitePrepare.SparkHandler {
   private final HttpServer classServer;
   private final AtomicInteger classId;
+  private final SparkConf sparkConf =
+      new SparkConf().set("spark.driver.bindAddress", "localhost");

Review comment:
       Please try `org.apache.calcite.adapter.spark.HttpServer#findLocalIpAddress`




-- 
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