Skip to content

Commit d87b311

Browse files
committed
doc fixes
1 parent 4affa58 commit d87b311

File tree

1 file changed

+2
-2
lines changed
  • core/src/main/scala/org/apache/spark/internal/config

1 file changed

+2
-2
lines changed

core/src/main/scala/org/apache/spark/internal/config/package.scala

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1846,9 +1846,9 @@ package object config {
18461846
ConfigBuilder("spark.executor.decommission.killInterval")
18471847
.doc("Duration after which a decommissioned executor will be killed forcefully." +
18481848
"This config is useful for cloud environments where we know in advance when " +
1849-
"an executor is going to go down after decommissioning signal Ex- around 2 mins " +
1849+
"an executor is going to go down after decommissioning signal i.e. around 2 mins " +
18501850
"in aws spot nodes, 1/2 hrs in spot block nodes etc. This config is currently " +
1851-
"used to decide what tasks running on decommission executors to speculate")
1851+
"used to decide what tasks running on decommission executors to speculate.")
18521852
.version("3.1.0")
18531853
.timeConf(TimeUnit.SECONDS)
18541854
.createOptional

0 commit comments

Comments
 (0)