Skip to content

Commit 58add67

Browse files
committed
comma
1 parent 9096cb9 commit 58add67

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/src/main/scala/org/apache/spark/scheduler/ExecutorDecommissionInfo.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ package org.apache.spark.scheduler
2020
/**
2121
* Message providing more detail when an executor is being decommissioned.
2222
* @param message Human readable reason for why the decommissioning is happening.
23-
* @param workerHost When workerHost is defined. It means the host (aka the `node` or `worker`
23+
* @param workerHost When workerHost is defined, it means the host (aka the `node` or `worker`
2424
* in other places) has been decommissioned too. Used to infer if the
2525
* shuffle data might be lost even if the external shuffle service is enabled.
2626
*/

0 commit comments

Comments
 (0)