Skip to content

Commit 174f520

Browse files
committed
Add back graphx settings
1 parent 703ee65 commit 174f520

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

project/SparkBuild.scala

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -309,6 +309,10 @@ object SparkBuild extends Build {
309309
name := "spark-tools"
310310
) ++ assemblySettings ++ extraAssemblySettings
311311

312+
def graphxSettings = sharedSettings ++ Seq(
313+
name := "spark-graphx"
314+
)
315+
312316
def bagelSettings = sharedSettings ++ Seq(
313317
name := "spark-bagel"
314318
)

0 commit comments

Comments
 (0)