Skip to content

Commit

Permalink
fix the spelling mistake
Browse files Browse the repository at this point in the history
Author: wangfei <[email protected]>

Closes apache#614 from scwf/pxcw and squashes the following commits:

d1016ba [wangfei] fix spelling mistake
  • Loading branch information
scwf authored and pwendell committed May 2, 2014
1 parent a43d9c1 commit 55c760f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -244,7 +244,7 @@ private[spark] class Worker(
}
} catch {
case e: Exception => {
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))
if (executors.contains(appId + "/" + execId)) {
executors(appId + "/" + execId).kill()
executors -= appId + "/" + execId
Expand Down

0 comments on commit 55c760f

Please sign in to comment.