wypoon commented on a change in pull request #27329: [SPARK-27324][DOC][CORE]
Document configurations related to executor metrics and modify a configuration.
URL: https://github.com/apache/spark/pull/27329#discussion_r373240977
##########
File path: core/src/main/scala/org/apache/spark/internal/config/package.scala
##########
@@ -233,6 +228,11 @@ package object config {
private[spark] val EXECUTOR_HEARTBEAT_MAX_FAILURES =
ConfigBuilder("spark.executor.heartbeat.maxFailures").internal().intConf.createWithDefault(60)
+ private[spark] val EXECUTOR_PROCESS_TREE_METRICS_ENABLED =
+ ConfigBuilder("spark.executor.processTreeMetrics.enabled")
+ .booleanConf
+ .createWithDefault(false)
Review comment:
Added.
----------------------------------------------------------------
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]