Skip to content

Commit

Permalink
Updated MIMA binary check excludes.
Browse files Browse the repository at this point in the history
  • Loading branch information
tdas committed Apr 8, 2014
1 parent ae1d39b commit 61c0016
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions project/MimaBuild.scala
Original file line number Diff line number Diff line change
Expand Up @@ -68,8 +68,9 @@ object MimaBuild {
excludeSparkClass("mllib.optimization.SquaredGradient") ++
excludeSparkClass("mllib.regression.RidgeRegressionWithSGD") ++
excludeSparkClass("mllib.regression.LassoWithSGD") ++
excludeSparkClass("mllib.regression.LinearRegressionWithSGD")
excludeSparkClass("streaming.dstream.NetworkReceiver")
excludeSparkClass("mllib.regression.LinearRegressionWithSGD") ++
excludeSparkClass("streaming.dstream.NetworkReceiver") ++
excludeSparkClass("streaming.dstream.NetworkReceiver#NetworkReceiverActor")
case _ => Seq()
}

Expand Down

0 comments on commit 61c0016

Please sign in to comment.