Skip to content

Commit

Permalink
fix mima issue
Browse files Browse the repository at this point in the history
  • Loading branch information
uncleGen committed Nov 23, 2016
1 parent ec36a0e commit 6f64afd
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions project/MimaExcludes.scala
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,12 @@ object MimaExcludes {

// [SPARK-18236] Reduce duplicate objects in Spark UI and HistoryServer
ProblemFilters.exclude[IncompatibleResultTypeProblem]("org.apache.spark.scheduler.TaskInfo.accumulables")

// [SPARK-18560] Receiver data can not be dataSerialized properly.
ProblemFilters.exclude[IncompatibleTemplateDefProblem]("org.apache.spark.streaming.receiver.BlockGeneratorListener")
ProblemFilters.exclude[DirectMissingMethodProblem]("org.apache.spark.streaming.receiver.Receiver.this")
ProblemFilters.exclude[IncompatibleTemplateDefProblem]("org.apache.spark.streaming.receiver.ReceivedBlockHandler")
ProblemFilters.exclude[IncompatibleTemplateDefProblem]("org.apache.spark.streaming.receiver.ReceivedBlock")
)
}

Expand Down

0 comments on commit 6f64afd

Please sign in to comment.