Last active
October 26, 2018 15:29
-
-
Save mizvol/1fb152e33de96808cc2d2b7608d26cf2 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name := "SparkScalaTest" | |
version := "1.0" | |
scalaVersion := "2.11.12" | |
libraryDependencies ++= Seq( | |
"org.apache.spark" %% "spark-core" % "2.3.2", | |
"org.apache.spark" %% "spark-sql" % "2.3.2" | |
) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment