Skip to content
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
doc string
  • Loading branch information
ForVic committed Aug 27, 2025
commit cedc2a48a9ec650109e39e2e5abcd9d2b0955dfa
Original file line number Diff line number Diff line change
Expand Up @@ -1212,8 +1212,8 @@ package object config {
private[spark] val DRIVER_METRICS_POLLING_INTERVAL =
ConfigBuilder("spark.driver.metrics.pollingInterval")
.doc("How often to collect driver metrics (in milliseconds). " +
"If 0, the polling is done at the executor heartbeat interval. " +
"If positive, the polling is done at this interval.")
"If unset, the polling is done at the executor heartbeat interval. " +
"If set, the polling is done at this interval.")
.version("4.1.0")
.fallbackConf(EXECUTOR_HEARTBEAT_INTERVAL)

Expand Down