Repository: spark
Updated Branches:
  refs/heads/master a43d9c14f -> 55c760ff9


fix the spelling mistake

Author: wangfei <[email protected]>

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

d1016ba [wangfei] fix spelling mistake


Project: http://git-wip-us.apache.org/repos/asf/spark/repo
Commit: http://git-wip-us.apache.org/repos/asf/spark/commit/55c760ff
Tree: http://git-wip-us.apache.org/repos/asf/spark/tree/55c760ff
Diff: http://git-wip-us.apache.org/repos/asf/spark/diff/55c760ff

Branch: refs/heads/master
Commit: 55c760ff9bc8079e3df3b63a6ba4e6778a33da47
Parents: a43d9c1
Author: wangfei <[email protected]>
Authored: Thu May 1 21:37:22 2014 -0700
Committer: Patrick Wendell <[email protected]>
Committed: Thu May 1 21:37:22 2014 -0700

----------------------------------------------------------------------
 core/src/main/scala/org/apache/spark/deploy/worker/Worker.scala | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/spark/blob/55c760ff/core/src/main/scala/org/apache/spark/deploy/worker/Worker.scala
----------------------------------------------------------------------
diff --git a/core/src/main/scala/org/apache/spark/deploy/worker/Worker.scala 
b/core/src/main/scala/org/apache/spark/deploy/worker/Worker.scala
index dd0a136..195da81 100755
--- a/core/src/main/scala/org/apache/spark/deploy/worker/Worker.scala
+++ b/core/src/main/scala/org/apache/spark/deploy/worker/Worker.scala
@@ -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

Reply via email to