Skip to content

Commit abcefd1

Browse files
author
Andrew Or
committed
Do the same for SBT
1 parent c653028 commit abcefd1

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

project/SparkBuild.scala

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -38,12 +38,12 @@ object BuildCommons {
3838
"streaming-flume", "streaming-kafka", "streaming-mqtt", "streaming-twitter",
3939
"streaming-zeromq").map(ProjectRef(buildLocation, _))
4040

41-
val optionallyEnabledProjects@Seq(yarn, yarnStable, yarnAlpha, networkYarn, java8Tests,
42-
sparkGangliaLgpl, sparkKinesisAsl) = Seq("yarn", "yarn-stable", "yarn-alpha", "network-yarn",
41+
val optionallyEnabledProjects@Seq(yarn, yarnStable, yarnAlpha, java8Tests,
42+
sparkGangliaLgpl, sparkKinesisAsl) = Seq("yarn", "yarn-stable", "yarn-alpha",
4343
"java8-tests", "ganglia-lgpl", "kinesis-asl").map(ProjectRef(buildLocation, _))
4444

45-
val assemblyProjects@Seq(assembly, examples) = Seq("assembly", "examples")
46-
.map(ProjectRef(buildLocation, _))
45+
val assemblyProjects@Seq(assembly, examples, networkYarn) =
46+
Seq("assembly", "examples", "network-yarn").map(ProjectRef(buildLocation, _))
4747

4848
val tools = ProjectRef(buildLocation, "tools")
4949
// Root project.

0 commit comments

Comments
 (0)