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:
[email protected]


Reply via email to