Skip to content
Snippets Groups Projects
Commit 6112b1a8 authored by Matei Zaharia's avatar Matei Zaharia
Browse files

Don't build an assembly for the REPL

parent a9257546
No related branches found
No related tags found
No related merge requests found
......@@ -87,7 +87,7 @@ object SparkBuild extends Build {
def replSettings = sharedSettings ++ Seq(
name := "spark-repl",
libraryDependencies <+= scalaVersion("org.scala-lang" % "scala-compiler" % _)
) ++ assemblySettings ++ extraAssemblySettings
)
def examplesSettings = sharedSettings ++ Seq(
name := "spark-examples"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment