aboutsummaryrefslogtreecommitdiff
path: root/project/SparkBuild.scala
diff options
context:
space:
mode:
authorSean Owen <sowen@cloudera.com>2014-12-31 16:59:17 -0800
committerTathagata Das <tathagata.das1565@gmail.com>2014-12-31 16:59:17 -0800
commit4bb12488d56ea651c56d9688996b464b99095582 (patch)
tree06b8d6ad2ef6dbb729c9a42b4a9565a3910930c4 /project/SparkBuild.scala
parentfe6efacc0b865e9e827a1565877077000e63976e (diff)
downloadspark-4bb12488d56ea651c56d9688996b464b99095582.tar.gz
spark-4bb12488d56ea651c56d9688996b464b99095582.tar.bz2
spark-4bb12488d56ea651c56d9688996b464b99095582.zip
SPARK-2757 [BUILD] [STREAMING] Add Mima test for Spark Sink after 1.10 is released
Re-enable MiMa for Streaming Flume Sink module, now that 1.1.0 is released, per the JIRA TO-DO. That's pretty much all there is to this. Author: Sean Owen <sowen@cloudera.com> Closes #3842 from srowen/SPARK-2757 and squashes the following commits: 50ff80e [Sean Owen] Exclude apparent false positive turned up by re-enabling MiMa checks for Streaming Flume Sink 0e5ba5c [Sean Owen] Re-enable MiMa for Streaming Flume Sink module
Diffstat (limited to 'project/SparkBuild.scala')
-rw-r--r--project/SparkBuild.scala2
1 files changed, 1 insertions, 1 deletions
diff --git a/project/SparkBuild.scala b/project/SparkBuild.scala
index c512b62f61..46a54c6818 100644
--- a/project/SparkBuild.scala
+++ b/project/SparkBuild.scala
@@ -166,7 +166,7 @@ object SparkBuild extends PomBuild {
// TODO: Add Sql to mima checks
allProjects.filterNot(x => Seq(spark, sql, hive, hiveThriftServer, catalyst, repl,
- streamingFlumeSink, networkCommon, networkShuffle, networkYarn).contains(x)).foreach {
+ networkCommon, networkShuffle, networkYarn).contains(x)).foreach {
x => enable(MimaBuild.mimaSettings(sparkHome, x))(x)
}