aboutsummaryrefslogtreecommitdiff
path: root/project/MimaExcludes.scala
diff options
context:
space:
mode:
authorjerryshao <sshao@hortonworks.com>2016-02-22 00:57:10 -0800
committerReynold Xin <rxin@databricks.com>2016-02-22 00:57:10 -0800
commit39ff15457026767a4d9ff191174fc85e7907f489 (patch)
treec53bffeb5174fc07987a9ec2878829cbc77985c7 /project/MimaExcludes.scala
parent8a4ed78869e99c7de7062c3baa0ddb9d28c8e9b1 (diff)
downloadspark-39ff15457026767a4d9ff191174fc85e7907f489.tar.gz
spark-39ff15457026767a4d9ff191174fc85e7907f489.tar.bz2
spark-39ff15457026767a4d9ff191174fc85e7907f489.zip
[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.
Diffstat (limited to 'project/MimaExcludes.scala')
-rw-r--r--project/MimaExcludes.scala3
1 files changed, 3 insertions, 0 deletions
diff --git a/project/MimaExcludes.scala b/project/MimaExcludes.scala
index 8f31a81ed0..97a1e8b433 100644
--- a/project/MimaExcludes.scala
+++ b/project/MimaExcludes.scala
@@ -261,6 +261,9 @@ object MimaExcludes {
ProblemFilters.exclude[MissingMethodProblem]("org.apache.spark.graphx.Graph.mapReduceTriplets"),
ProblemFilters.exclude[MissingMethodProblem]("org.apache.spark.graphx.Graph.mapReduceTriplets$default$3"),
ProblemFilters.exclude[MissingMethodProblem]("org.apache.spark.graphx.impl.GraphImpl.mapReduceTriplets")
+ ) ++Seq(
+ // SPARK-13426 Remove the support of SIMR
+ ProblemFilters.exclude[MissingMethodProblem]("org.apache.spark.SparkMasterRegex.SIMR_REGEX")
)
case v if v.startsWith("1.6") =>
Seq(