Skip to content

Commit 5b3a863

Browse files
authored
Merge pull request #36 from jli05/refactoring
use only sbt-spark-packages plugin for managing Spark dependencies
2 parents 65fe40b + ee31ba5 commit 5b3a863

File tree

2 files changed

+0
-12
lines changed

2 files changed

+0
-12
lines changed

build.sbt

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -41,18 +41,6 @@ libraryDependencies ++= Seq(
4141
)
4242

4343

44-
{
45-
val defaultSparkVersion = "[2.0.0,)"
46-
val sparkVersion =
47-
scala.util.Properties.envOrElse("SPARK_VERSION", defaultSparkVersion)
48-
49-
libraryDependencies ++= Seq(
50-
"org.apache.spark" %% "spark-core" % sparkVersion % "provided",
51-
"org.apache.spark" %% "spark-mllib" % sparkVersion % "provided",
52-
"org.apache.spark" %% "spark-sql" % sparkVersion % "provided"
53-
)
54-
}
55-
5644
//{
5745
// val defaultHadoopVersion = "[2.6.0,)"
5846
// val hadoopVersion =

report.pdf

485 KB
Binary file not shown.

0 commit comments

Comments
 (0)