dongjoon-hyun commented on a change in pull request #26320: [SPARK-29654][CORE]
Add configuration to allow disabling registration of static sources to the
metrics system
URL: https://github.com/apache/spark/pull/26320#discussion_r342393466
##########
File path: core/src/main/scala/org/apache/spark/internal/config/package.scala
##########
@@ -615,6 +615,12 @@ package object config {
.stringConf
.createOptional
+ private[spark] val METRICS_REGISTER_STATIC_SOURCES_ENABLED =
+ ConfigBuilder("spark.metrics.register.static.sources.enabled")
Review comment:
`spark.metrics.register.static.sources.enabled` ->
`spark.metrics.static.sources.enabled` because `register` and `enabled` has the
same meaning here. `enabled` will be enough.
----------------------------------------------------------------
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]