beliefer commented on a change in pull request #27852:
[SPARK-31002][CORE][DOC][FOLLOWUP] Add version information to the configuration
of Core
URL: https://github.com/apache/spark/pull/27852#discussion_r389490341
##########
File path: core/src/main/scala/org/apache/spark/internal/config/package.scala
##########
@@ -685,13 +743,15 @@ package object config {
"an event queue using capacity specified by
`spark.scheduler.listenerbus" +
".eventqueue.queueName.capacity` first. If it's not configured, Spark
will " +
"use the default capacity specified by this config.")
+ .version("2.3.0")
.intConf
.checkValue(_ > 0, "The capacity of listener bus event queue must be
positive")
.createWithDefault(10000)
private[spark] val LISTENER_BUS_METRICS_MAX_LISTENER_CLASSES_TIMED =
ConfigBuilder("spark.scheduler.listenerbus.metrics.maxListenerClassesTimed")
.internal()
+ .version("2.3.0")
Review comment:
SPARK-20863, commit ID:
2a23cdd078a7409d0bb92cf27718995766c41b1d#diff-6bdad48cfc34314e89599655442ff210
----------------------------------------------------------------
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]