File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
core/src/main/scala/org/apache/spark/internal/config Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments