Skip to content
Snippets Groups Projects
Commit 55c760ff authored by wangfei's avatar wangfei Committed by Patrick Wendell
Browse files

fix the spelling mistake

Author: wangfei <wangfei_hello@126.com>

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

d1016ba [wangfei] fix spelling mistake
parent a43d9c14
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment