@@ -31,11 +31,12 @@ object BuildCommons {
3131 private val buildLocation = file(" ." ).getAbsoluteFile.getParentFile
3232
3333 val allProjects @ Seq (bagel, catalyst, core, graphx, hive, hiveThriftServer, mllib, repl,
34- sql, networkCommon, streaming, streamingFlumeSink, streamingFlume, streamingKafka, streamingMqtt ,
35- streamingTwitter, streamingZeromq) =
34+ sql, networkCommon, networkShuffle, streaming, streamingFlumeSink, streamingFlume, streamingKafka,
35+ streamingMqtt, streamingTwitter, streamingZeromq) =
3636 Seq (" bagel" , " catalyst" , " core" , " graphx" , " hive" , " hive-thriftserver" , " mllib" , " repl" ,
37- " sql" , " network-common" , " streaming" , " streaming-flume-sink" , " streaming-flume" , " streaming-kafka" ,
38- " streaming-mqtt" , " streaming-twitter" , " streaming-zeromq" ).map(ProjectRef (buildLocation, _))
37+ " sql" , " network-common" , " network-shuffle" , " streaming" , " streaming-flume-sink" ,
38+ " streaming-flume" , " streaming-kafka" , " streaming-mqtt" , " streaming-twitter" ,
39+ " streaming-zeromq" ).map(ProjectRef (buildLocation, _))
3940
4041 val optionallyEnabledProjects @ Seq (yarn, yarnStable, yarnAlpha, java8Tests, sparkGangliaLgpl, sparkKinesisAsl) =
4142 Seq (" yarn" , " yarn-stable" , " yarn-alpha" , " java8-tests" , " ganglia-lgpl" , " kinesis-asl" )
@@ -142,7 +143,7 @@ object SparkBuild extends PomBuild {
142143
143144 // TODO: Add Sql to mima checks
144145 allProjects.filterNot(x => Seq (spark, sql, hive, hiveThriftServer, catalyst, repl,
145- streamingFlumeSink, networkCommon).contains(x)).foreach {
146+ streamingFlumeSink, networkCommon, networkShuffle ).contains(x)).foreach {
146147 x => enable(MimaBuild .mimaSettings(sparkHome, x))(x)
147148 }
148149
0 commit comments