Skip to content

Commit 4b8875e

Browse files
committed
Sbt assembly no longer builds tools by default.
1 parent 72651ca commit 4b8875e

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

project/SparkBuild.scala

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,9 +38,11 @@ object BuildCommons {
3838
Seq("yarn", "yarn-stable", "yarn-alpha", "java8-tests", "ganglia-lgpl")
3939
.map(ProjectRef(buildLocation, _))
4040

41-
val assemblyProjects@Seq(assembly, examples, tools) = Seq("assembly", "examples", "tools")
41+
val assemblyProjects@Seq(assembly, examples) = Seq("assembly", "examples")
4242
.map(ProjectRef(buildLocation, _))
4343

44+
val tools = "tools"
45+
4446
val sparkHome = buildLocation
4547
}
4648

0 commit comments

Comments
 (0)