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
Next Next commit
Update resource-managers/kubernetes/core/src/main/scala/org/apache/sp…
…ark/deploy/k8s/Config.scala

Co-authored-by: Martin Grigorov <[email protected]>
  • Loading branch information
holdenk and martin-g committed Aug 11, 2022
commit a030c0bc62ea25d683441a8ff4c40f0e6bd68ffc
Original file line number Diff line number Diff line change
Expand Up @@ -495,7 +495,7 @@ private[spark] object Config extends Logging {
val KUBERNETES_EXECUTOR_ENABLE_API_WATCHER =
ConfigBuilder("spark.kubernetes.executor.enableApiWatcher")
.doc("If Spark should create watchers for executor pod status. " +
"You should leave this enabled unless your encountering performance issues with your etcd.")
"You should leave this enabled unless you're encountering performance issues with your etcd.")
.version("3.3.0")
.booleanConf
.internal()
Expand Down