Skip to content

Commit

Permalink
Disable MIMA warnings resulting from moving the class -- this was als…
Browse files Browse the repository at this point in the history
…o part of the PairRDDFunctions type hierarchy though?
  • Loading branch information
srowen committed Nov 1, 2014
1 parent eb61820 commit 466e179
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions project/MimaExcludes.scala
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,14 @@ object MimaExcludes {
// SPARK-3822
ProblemFilters.exclude[IncompatibleResultTypeProblem](
"org.apache.spark.SparkContext.org$apache$spark$SparkContext$$createTaskScheduler")
) ++ Seq(
// SPARK-1209
ProblemFilters.exclude[MissingClassProblem](
"org.apache.hadoop.mapreduce.SparkHadoopMapReduceUtil"),
ProblemFilters.exclude[MissingClassProblem](
"org.apache.hadoop.mapred.SparkHadoopMapRedUtil"),
ProblemFilters.exclude[MissingTypesProblem](
"org.apache.spark.rdd.PairRDDFunctions")
)

case v if v.startsWith("1.1") =>
Expand Down

0 comments on commit 466e179

Please sign in to comment.