Skip to content

Commit

Permalink
mima update
Browse files Browse the repository at this point in the history
  • Loading branch information
squito committed Feb 8, 2016
1 parent bfbf348 commit d4740bc
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions project/MimaExcludes.scala
Original file line number Diff line number Diff line change
Expand Up @@ -231,6 +231,9 @@ object MimaExcludes {
ProblemFilters.exclude[MissingMethodProblem]("org.apache.spark.SparkContext.metadataCleaner"),
ProblemFilters.exclude[MissingClassProblem]("org.apache.spark.scheduler.cluster.YarnSchedulerBackend$YarnDriverEndpoint"),
ProblemFilters.exclude[MissingClassProblem]("org.apache.spark.scheduler.cluster.YarnSchedulerBackend$YarnSchedulerEndpoint")
) ++ Seq(
// SPARK-7889
ProblemFilters.exclude[MissingMethodProblem]("org.apache.spark.deploy.history.HistoryServer.org$apache$spark$deploy$history$HistoryServer$@tachSparkUI")
)
case v if v.startsWith("1.6") =>
Seq(
Expand Down

0 comments on commit d4740bc

Please sign in to comment.