We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 65fe40b + ee31ba5 commit 5b3a863Copy full SHA for 5b3a863
build.sbt
@@ -41,18 +41,6 @@ libraryDependencies ++= Seq(
41
)
42
43
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
56
//{
57
// val defaultHadoopVersion = "[2.6.0,)"
58
// val hadoopVersion =
report.pdf
485 KB
0 commit comments