attilapiros commented on a change in pull request #23393:
[SPARK-26288][CORE]add initRegisteredExecutorsDB
URL: https://github.com/apache/spark/pull/23393#discussion_r265144401
##########
File path: core/src/main/scala/org/apache/spark/internal/config/package.scala
##########
@@ -358,6 +358,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")
+ .doc("Whether use db in ExternalShuffleService.")
Review comment:
Super Nit (but I am uncertain): "Whether use" => "Whether to use".
----------------------------------------------------------------
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:
[email protected]
With regards,
Apache Git Services
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]