You are viewing a plain text version of this content. The canonical link for it is here.
Posted to reviews@spark.apache.org by GitBox <gi...@apache.org> on 2020/11/18 01:55:20 UTC

[GitHub] [spark] HyukjinKwon commented on a change in pull request #30389: [SPARK-33143][PYTHON] Add configurable timeout to python server and client

HyukjinKwon commented on a change in pull request #30389:
URL: https://github.com/apache/spark/pull/30389#discussion_r525643982



##########
File path: core/src/main/scala/org/apache/spark/internal/config/Python.scala
##########
@@ -50,4 +50,9 @@ private[spark] object Python {
     .version("2.4.0")
     .bytesConf(ByteUnit.MiB)
     .createOptional
+
+  val PYTHON_GATEWAY_CONNECT_TIMEOUT = ConfigBuilder("spark.python.gateway.connectTimeout")
+    .version("3.1.0")

Review comment:
       I think I would mark this as `.internal()`.




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



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