Skip to content

Commit d825aa4

Browse files
author
Brennon York
committed
revert build break, add mima break
1 parent f041d8a commit d825aa4

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

core/src/main/scala/org/apache/spark/SparkContext.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ import org.apache.hadoop.io.{ArrayWritable, BooleanWritable, BytesWritable, Doub
3939
FloatWritable, IntWritable, LongWritable, NullWritable, Text, Writable}
4040
import org.apache.hadoop.mapred.{FileInputFormat, InputFormat, JobConf, SequenceFileInputFormat,
4141
TextInputFormat}
42-
// import org.apache.hadoop.mapreduce.{InputFormat => NewInputFormat, Job => NewHadoopJob}
42+
import org.apache.hadoop.mapreduce.{InputFormat => NewInputFormat, Job => NewHadoopJob}
4343
import org.apache.hadoop.mapreduce.lib.input.{FileInputFormat => NewFileInputFormat}
4444

4545
import org.apache.mesos.MesosNativeLibrary

project/MimaExcludes.scala

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -85,9 +85,9 @@ object MimaExcludes {
8585
ProblemFilters.exclude[MissingMethodProblem](
8686
"org.apache.spark.mllib.linalg.Vector.numNonzeros"),
8787
ProblemFilters.exclude[MissingMethodProblem](
88-
"org.apache.spark.mllib.linalg.Vector.toSparse"),
89-
ProblemFilters.exclude[MissingMethodProblem](
90-
"org.apache.spark.mllib.linalg.Vector.numActives")
88+
"org.apache.spark.mllib.linalg.Vector.toSparse")
89+
// ProblemFilters.exclude[MissingMethodProblem](
90+
// "org.apache.spark.mllib.linalg.Vector.numActives")
9191
)
9292

9393
case v if v.startsWith("1.3") =>

0 commit comments

Comments
 (0)