HeartSaVioR 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_r244887805
##########
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:
Thanks for the nice suggestion. I was thinking config package object is
already all-in-one (except `History`, `Kafka`, `Status`) so adding these config
into here would be OK and we may have chance to sort out all the things, but I
agree we can do this earlier for clear cases. Will address.
----------------------------------------------------------------
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]