-
- Downloads
[SPARK-5088] Use spark-class for running executors directly
Author: Jongyoul Lee <jongyoul@gmail.com> Closes #3897 from jongyoul/SPARK-5088 and squashes the following commits: 8232aa8 [Jongyoul Lee] [SPARK-5088] Use spark-class for running executors directly - Added a listenerBus for fixing test cases 932289f [Jongyoul Lee] [SPARK-5088] Use spark-class for running executors directly - Rebased from master 613cb47 [Jongyoul Lee] [SPARK-5088] Use spark-class for running executors directly - Fixed code if spark.executor.uri doesn't have any value - Added test cases ff57bda [Jongyoul Lee] [SPARK-5088] Use spark-class for running executors directly - Adjusted orders of import 97e4bd4 [Jongyoul Lee] [SPARK-5088] Use spark-class for running executors directly - Changed command for using spark-class directly - Delete sbin/spark-executor and moved some codes into spark-class' case statement
Showing
- bin/spark-class 2 additions, 0 deletionsbin/spark-class
- core/src/main/scala/org/apache/spark/scheduler/cluster/mesos/MesosSchedulerBackend.scala 5 additions, 3 deletions...spark/scheduler/cluster/mesos/MesosSchedulerBackend.scala
- core/src/test/scala/org/apache/spark/scheduler/mesos/MesosSchedulerBackendSuite.scala 32 additions, 0 deletions...he/spark/scheduler/mesos/MesosSchedulerBackendSuite.scala
- sbin/spark-executor 0 additions, 26 deletionssbin/spark-executor
Loading
Please register or sign in to comment