-
- Downloads
[SPARK-10372] [CORE] basic test framework for entire spark scheduler
This is a basic framework for testing the entire scheduler. The tests this adds aren't very interesting -- the point of this PR is just to setup the framework, to keep the initial change small, but it can be built upon to test more features (eg., speculation, killing tasks, blacklisting, etc.). Author: Imran Rashid <irashid@cloudera.com> Closes #8559 from squito/SPARK-10372-scheduler-integs.
Showing
- core/src/main/scala/org/apache/spark/scheduler/DAGScheduler.scala 1 addition, 1 deletion.../main/scala/org/apache/spark/scheduler/DAGScheduler.scala
- core/src/main/scala/org/apache/spark/scheduler/TaskResult.scala 1 addition, 1 deletion...rc/main/scala/org/apache/spark/scheduler/TaskResult.scala
- core/src/test/resources/META-INF/services/org.apache.spark.scheduler.ExternalClusterManager 2 additions, 1 deletion...ervices/org.apache.spark.scheduler.ExternalClusterManager
- core/src/test/scala/org/apache/spark/scheduler/BlacklistIntegrationSuite.scala 130 additions, 0 deletions...rg/apache/spark/scheduler/BlacklistIntegrationSuite.scala
- core/src/test/scala/org/apache/spark/scheduler/DAGSchedulerSuite.scala 9 additions, 6 deletions.../scala/org/apache/spark/scheduler/DAGSchedulerSuite.scala
- core/src/test/scala/org/apache/spark/scheduler/ExternalClusterManagerSuite.scala 21 additions, 4 deletions.../apache/spark/scheduler/ExternalClusterManagerSuite.scala
- core/src/test/scala/org/apache/spark/scheduler/SchedulerIntegrationSuite.scala 564 additions, 0 deletions...rg/apache/spark/scheduler/SchedulerIntegrationSuite.scala
Loading
Please register or sign in to comment