We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a43d9c1 commit 55c760fCopy full SHA for 55c760f
1 file changed
core/src/main/scala/org/apache/spark/deploy/worker/Worker.scala
@@ -244,7 +244,7 @@ private[spark] class Worker(
244
}
245
} catch {
246
case e: Exception => {
247
- logError("Failed to launch exector %s/%d for %s".format(appId, execId, appDesc.name))
+ logError("Failed to launch executor %s/%d for %s".format(appId, execId, appDesc.name))
248
if (executors.contains(appId + "/" + execId)) {
249
executors(appId + "/" + execId).kill()
250
executors -= appId + "/" + execId
0 commit comments