-
- Downloads
[SPARK-13426][CORE] Remove the support of SIMR
## What changes were proposed in this pull request? This PR removes the support of SIMR, since SIMR is not actively used and maintained for a long time, also is not supported from `SparkSubmit`, so here propose to remove it. ## How was the this patch tested? This patch is tested locally by running unit tests. Author: jerryshao <sshao@hortonworks.com> Closes #11296 from jerryshao/SPARK-13426.
Showing
- core/src/main/scala/org/apache/spark/SparkContext.scala 1 addition, 9 deletionscore/src/main/scala/org/apache/spark/SparkContext.scala
- core/src/main/scala/org/apache/spark/scheduler/cluster/SimrSchedulerBackend.scala 0 additions, 75 deletions...apache/spark/scheduler/cluster/SimrSchedulerBackend.scala
- core/src/test/scala/org/apache/spark/SparkContextSchedulerCreationSuite.scala 1 addition, 8 deletions...org/apache/spark/SparkContextSchedulerCreationSuite.scala
- project/MimaExcludes.scala 3 additions, 0 deletionsproject/MimaExcludes.scala
Loading
Please register or sign in to comment