Skip to content

Commit

Permalink
Documenting flume-sink being ignored for Mima checks.
Browse files Browse the repository at this point in the history
  • Loading branch information
harishreedharan committed Jul 28, 2014
1 parent 5f212ce commit e48d785
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion project/SparkBuild.scala
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ object SparkBuild extends PomBuild {
/* Enable tests settings for all projects except examples, assembly and tools */
(allProjects ++ optionallyEnabledProjects).foreach(enable(TestSettings.settings))

/* Enable Mima for all projects except spark, hive, catalyst, sql and repl */
/* Enable Mima for all projects except spark, hive, catalyst, sql, repl and flume-sink */
// TODO: Add Sql to mima checks
allProjects.filterNot(y => Seq(spark, sql, hive, catalyst, repl, streamingFlumeSink).exists(x =>
x == y)).foreach (x => enable(MimaBuild.mimaSettings(sparkHome, x))(x))
Expand Down

0 comments on commit e48d785

Please sign in to comment.