File tree Expand file tree Collapse file tree 1 file changed +10
-0
lines changed Expand file tree Collapse file tree 1 file changed +10
-0
lines changed Original file line number Diff line number Diff line change @@ -147,6 +147,16 @@ object MimaExcludes {
147147 ProblemFilters .exclude[MissingMethodProblem ](" org.apache.spark.streaming.flume.sink.Logging.org$apache$spark$streaming$flume$sink$Logging$$_log_=" ),
148148 ProblemFilters .exclude[MissingMethodProblem ](" org.apache.spark.streaming.flume.sink.TransactionProcessor.org$apache$spark$streaming$flume$sink$Logging$$log_" ),
149149 ProblemFilters .exclude[MissingMethodProblem ](" org.apache.spark.streaming.flume.sink.TransactionProcessor.org$apache$spark$streaming$flume$sink$Logging$$log__=" )
150+ ) ++ Seq (
151+ // SPARK-7799 Add "streaming-akka" project
152+ ProblemFilters .exclude[MissingMethodProblem ](" org.apache.spark.streaming.zeromq.ZeroMQUtils.createStream" ),
153+ ProblemFilters .exclude[IncompatibleMethTypeProblem ](" org.apache.spark.streaming.zeromq.ZeroMQUtils.createStream" ),
154+ ProblemFilters .exclude[IncompatibleResultTypeProblem ](" org.apache.spark.streaming.zeromq.ZeroMQUtils.createStream$default$6" ),
155+ ProblemFilters .exclude[MissingMethodProblem ](" org.apache.spark.streaming.zeromq.ZeroMQUtils.createStream$default$5" ),
156+ ProblemFilters .exclude[MissingMethodProblem ](" org.apache.spark.streaming.StreamingContext.actorStream$default$4" ),
157+ ProblemFilters .exclude[MissingMethodProblem ](" org.apache.spark.streaming.StreamingContext.actorStream$default$3" ),
158+ ProblemFilters .exclude[MissingMethodProblem ](" org.apache.spark.streaming.StreamingContext.actorStream" ),
159+ ProblemFilters .exclude[MissingMethodProblem ](" org.apache.spark.streaming.api.java.JavaStreamingContext.actorStream" )
150160 )
151161 case v if v.startsWith(" 1.6" ) =>
152162 Seq (
You can’t perform that action at this time.
0 commit comments