Skip to content

Commit

Permalink
Add back graphx settings
Browse files Browse the repository at this point in the history
  • Loading branch information
MLnick committed Jan 20, 2014
1 parent 703ee65 commit 174f520
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions project/SparkBuild.scala
Original file line number Diff line number Diff line change
Expand Up @@ -309,6 +309,10 @@ object SparkBuild extends Build {
name := "spark-tools"
) ++ assemblySettings ++ extraAssemblySettings

def graphxSettings = sharedSettings ++ Seq(
name := "spark-graphx"
)

def bagelSettings = sharedSettings ++ Seq(
name := "spark-bagel"
)
Expand Down

0 comments on commit 174f520

Please sign in to comment.