Skip to content

Commit

Permalink
Fix SparkBuild.scala
Browse files Browse the repository at this point in the history
  • Loading branch information
harishreedharan committed Jul 25, 2014
1 parent a082eb3 commit 7a1bc6e
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions project/SparkBuild.scala
Original file line number Diff line number Diff line change
Expand Up @@ -31,10 +31,12 @@ object BuildCommons {
private val buildLocation = file(".").getAbsoluteFile.getParentFile

val allProjects@Seq(bagel, catalyst, core, graphx, hive, hiveThriftServer, mllib, repl, spark, sql,
streaming, streamingFlume, streamingKafka, streamingMqtt, streamingTwitter, streamingZeromq) =
streaming, streamingFlumeSink, streamingFlume, streamingKafka, streamingMqtt, streamingTwitter,
streamingZeromq) =
Seq("bagel", "catalyst", "core", "graphx", "hive", "hive-thriftserver", "mllib", "repl",
"spark", "sql", "streaming", "streaming-flume", "streaming-kafka", "streaming-mqtt",
"streaming-twitter", "streaming-zeromq").map(ProjectRef(buildLocation, _))
"spark", "sql", "streaming", "streaming-flume-sink", "streaming-flume", "streaming-kafka",
"streaming-mqtt", "streaming-twitter", "streaming-zeromq").
map(ProjectRef(buildLocation, _))

val optionallyEnabledProjects@Seq(yarn, yarnStable, yarnAlpha, java8Tests, sparkGangliaLgpl) =
Seq("yarn", "yarn-stable", "yarn-alpha", "java8-tests", "ganglia-lgpl")
Expand Down

0 comments on commit 7a1bc6e

Please sign in to comment.