vanzin commented on a change in pull request #23428: [SPARK-26489][CORE] Use
ConfigEntry for hardcoded configs for python/r categories
URL: https://github.com/apache/spark/pull/23428#discussion_r244885831
##########
File path: core/src/main/scala/org/apache/spark/internal/config/package.scala
##########
@@ -733,4 +733,45 @@ package object config {
.stringConf
.toSequence
.createWithDefault(Nil)
+
+ private[spark] val PYTHON_WORKER_REUSE =
ConfigBuilder("spark.python.worker.reuse")
Review comment:
I'd rather have separate files for these (e.g. `Python.scala`, `R.scala`) to
avoid polluting this object. See other examples in the config package.
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]