aboutsummaryrefslogtreecommitdiff
path: root/project
diff options
context:
space:
mode:
authorAndrew Or <andrew@databricks.com>2014-10-30 17:56:10 -0700
committerAndrew Or <andrew@databricks.com>2014-10-30 17:56:10 -0700
commit26d31d15fda3f63707a28d1a1115770ad127cf8f (patch)
treed0249e55597c59f8a525caa5e707c12e4e99fd87 /project
parent2e35e24294ad8a5e76c89ea888fe330052dabd5a (diff)
downloadspark-26d31d15fda3f63707a28d1a1115770ad127cf8f.tar.gz
spark-26d31d15fda3f63707a28d1a1115770ad127cf8f.tar.bz2
spark-26d31d15fda3f63707a28d1a1115770ad127cf8f.zip
Revert "SPARK-1209 [CORE] SparkHadoop{MapRed,MapReduce}Util should not use package org.apache.hadoop"
This reverts commit 68cb69daf3022e973422e496ccf827ca3806ff30.
Diffstat (limited to 'project')
-rw-r--r--project/MimaExcludes.scala8
1 files changed, 0 insertions, 8 deletions
diff --git a/project/MimaExcludes.scala b/project/MimaExcludes.scala
index a94d09be3b..6a0495f8fd 100644
--- a/project/MimaExcludes.scala
+++ b/project/MimaExcludes.scala
@@ -77,14 +77,6 @@ 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") =>