Skip to content

Commit

Permalink
solve mima exception
Browse files Browse the repository at this point in the history
  • Loading branch information
hhbyyh committed Apr 23, 2015
1 parent d74fd8f commit e756ce4
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions project/MimaExcludes.scala
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,10 @@ object MimaExcludes {
// SPARK-6703 Add getOrCreate method to SparkContext
ProblemFilters.exclude[IncompatibleResultTypeProblem]
("org.apache.spark.SparkContext.org$apache$spark$SparkContext$$activeContext")
)++ Seq(
// SPARK-7090 Introduce LDAOptimizer to LDA to further improve extensibility
ProblemFilters.exclude[MissingClassProblem](
"org.apache.spark.mllib.clustering.LDA$EMOptimizer")
)

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

0 comments on commit e756ce4

Please sign in to comment.