Skip to content

Commit

Permalink
Merge pull request #6 from badrinathpatchikolla/spark-3.2
Browse files Browse the repository at this point in the history
Added Spark 3.2 Changes
  • Loading branch information
badrinathpatchikolla authored May 20, 2022
2 parents df791d8 + 9dc9bba commit 9541446
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
[![Build Status](https://travis-ci.com/modakanalytics/neo4j.almaren.svg?branch=master)](https://travis-ci.com/modakanalytics/neo4j.almaren)

```
libraryDependencies += "com.github.music-of-the-ainur" %% "neo4j-almaren" % "0.1.2-3.1"
libraryDependencies += "com.github.music-of-the-ainur" %% "neo4j-almaren" % "0.1.2-$SPARK_VERSION"
```

Neo4j Connector was implemented using [https://github.com/neo4j-contrib/neo4j-spark-connector](https://github.com/neo4j-contrib/neo4j-spark-connector).
Expand Down
4 changes: 2 additions & 2 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ lazy val scala212 = "2.12.15"

ThisBuild / scalaVersion := scala212

val sparkVersion = "3.1.3"
val sparkVersion = "3.2.1"
val majorVersionReg = "([0-9]+\\.[0-9]+).{0,}".r

val majorVersionReg(majorVersion) = sparkVersion
Expand All @@ -15,7 +15,7 @@ scalacOptions ++= Seq("-deprecation", "-feature")
libraryDependencies ++= Seq(
"org.apache.spark" %% "spark-core" % sparkVersion % "provided",
"org.apache.spark" %% "spark-sql" % sparkVersion % "provided",
"com.github.music-of-the-ainur" %% "almaren-framework" % s"0.9.3-${majorVersion}" % "provided",
"com.github.music-of-the-ainur" %% "almaren-framework" % s"0.9.4-${majorVersion}" % "provided",
"com.typesafe.scala-logging" %% "scala-logging" % "3.9.0",
"org.scalatest" %% "scalatest" % "3.0.5" % "test",
"neo4j-contrib" %% "neo4j-connector-apache-spark" % "4.0.1_for_spark_3"
Expand Down

0 comments on commit 9541446

Please sign in to comment.