Skip to content

Commit 55c760f

Browse files
scwfpwendell
authored andcommitted
fix the spelling mistake
Author: wangfei <[email protected]> Closes #614 from scwf/pxcw and squashes the following commits: d1016ba [wangfei] fix spelling mistake
1 parent a43d9c1 commit 55c760f

File tree

1 file changed

+1
-1
lines changed
  • core/src/main/scala/org/apache/spark/deploy/worker

1 file changed

+1
-1
lines changed

core/src/main/scala/org/apache/spark/deploy/worker/Worker.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -244,7 +244,7 @@ private[spark] class Worker(
244244
}
245245
} catch {
246246
case e: Exception => {
247-
logError("Failed to launch exector %s/%d for %s".format(appId, execId, appDesc.name))
247+
logError("Failed to launch executor %s/%d for %s".format(appId, execId, appDesc.name))
248248
if (executors.contains(appId + "/" + execId)) {
249249
executors(appId + "/" + execId).kill()
250250
executors -= appId + "/" + execId

0 commit comments

Comments
 (0)