ueshin commented on code in PR #50466:
URL: https://github.com/apache/spark/pull/50466#discussion_r2042983687


##########
core/src/main/scala/org/apache/spark/internal/config/Python.scala:
##########
@@ -70,6 +70,29 @@ private[spark] object Python {
     .booleanConf
     .createWithDefault(false)
 
+  val PYTHON_UNIX_DOMAIN_SOCKET_ENABLED = 
ConfigBuilder("spark.python.unix.domain.socket.enabled")
+    .doc("When true, Python Driver process uses Unix domain sockets for better 
performance " +
+      "and permission controls when it collects and send data from/to JVM. 
This configuration " +
+      "is only effective for Spark Classic.")

Review Comment:
   This doc may need to be updated as it not only affects Driver but also 
executors/workers, and so it also affects Spark Connect server.



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

To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org

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


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

Reply via email to