Skip to content

Commit

Permalink
Update spark-packages repo.
Browse files Browse the repository at this point in the history
  • Loading branch information
dasmiq committed Jul 15, 2021
1 parent fbe7e47 commit ad6a307
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ libraryDependencies += "org.apache.spark" %% "spark-core" % "3.0.0"
libraryDependencies += "org.apache.spark" %% "spark-graphx" % "3.0.0"
libraryDependencies += "org.apache.spark" %% "spark-sql" % "3.0.0"

resolvers += "Spark Packages Repo" at "http://dl.bintray.com/spark-packages/maven"
resolvers += "Spark Packages Repo" at "https://repos.spark-packages.org/"

libraryDependencies += "graphframes" % "graphframes" % "0.8.0-spark3.0-s_2.12"

Expand Down

0 comments on commit ad6a307

Please sign in to comment.