weixiuli commented on a change in pull request #23243: [SPARK-26288][CORE]add
initRegisteredExecutorsDB
URL: https://github.com/apache/spark/pull/23243#discussion_r243158391
##########
File path: core/src/main/scala/org/apache/spark/internal/config/package.scala
##########
@@ -182,6 +182,12 @@ package object config {
private[spark] val SHUFFLE_SERVICE_ENABLED =
ConfigBuilder("spark.shuffle.service.enabled").booleanConf.createWithDefault(false)
+ private[spark] val SHUFFLE_SERVICE_DB_ENABLED =
+ ConfigBuilder("spark.shuffle.service.db.enabled")
Review comment:
Hi,@rxin,There is no reason for that,I also think it's better left on by
default and I will fix it.
----------------------------------------------------------------
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]