You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@spark.apache.org by rx...@apache.org on 2013/12/15 21:48:36 UTC

[1/2] git commit: Use CoarseGrainedExecutorBackend in spark-class

Updated Branches:
  refs/heads/master 7db916596 -> ab85f88fd


Use CoarseGrainedExecutorBackend in spark-class


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

Branch: refs/heads/master
Commit: fc96ca9f625db0ff441d6fade3e4b79e31b5d713
Parents: 7db9165
Author: Shivaram Venkataraman <sh...@eecs.berkeley.edu>
Authored: Sun Dec 15 11:53:44 2013 -0800
Committer: Shivaram Venkataraman <sh...@eecs.berkeley.edu>
Committed: Sun Dec 15 11:53:44 2013 -0800

----------------------------------------------------------------------
 spark-class | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-spark/blob/fc96ca9f/spark-class
----------------------------------------------------------------------
diff --git a/spark-class b/spark-class
index 713404d..4fa6fb8 100755
--- a/spark-class
+++ b/spark-class
@@ -55,7 +55,7 @@ case "$1" in
   'org.apache.spark.deploy.worker.Worker')
     OUR_JAVA_OPTS="$OUR_JAVA_OPTS $SPARK_WORKER_OPTS"
     ;;
-  'org.apache.spark.executor.StandaloneExecutorBackend')
+  'org.apache.spark.executor.CoarseGrainedExecutorBackend')
     OUR_JAVA_OPTS="$OUR_JAVA_OPTS $SPARK_EXECUTOR_OPTS"
     ;;
   'org.apache.spark.executor.MesosExecutorBackend')


[2/2] git commit: Merge pull request #264 from shivaram/spark-class-fix

Posted by rx...@apache.org.
Merge pull request #264 from shivaram/spark-class-fix

Use CoarseGrainedExecutorBackend in spark-class


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

Branch: refs/heads/master
Commit: ab85f88fd77a883684cec0a58222d983b9bd18fd
Parents: 7db9165 fc96ca9
Author: Reynold Xin <rx...@apache.org>
Authored: Sun Dec 15 12:48:32 2013 -0800
Committer: Reynold Xin <rx...@apache.org>
Committed: Sun Dec 15 12:48:32 2013 -0800

----------------------------------------------------------------------
 spark-class | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------