We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9096cb9 commit 58add67Copy full SHA for 58add67
core/src/main/scala/org/apache/spark/scheduler/ExecutorDecommissionInfo.scala
@@ -20,7 +20,7 @@ package org.apache.spark.scheduler
20
/**
21
* Message providing more detail when an executor is being decommissioned.
22
* @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`
+ * @param workerHost When workerHost is defined, it means the host (aka the `node` or `worker`
24
* in other places) has been decommissioned too. Used to infer if the
25
* shuffle data might be lost even if the external shuffle service is enabled.
26
*/
0 commit comments