diff --git a/README.md b/README.md index 75dc4cb1..99feb83e 100644 --- a/README.md +++ b/README.md @@ -62,32 +62,32 @@ The Almaren Framework provides a simplified consistent minimalistic layer over A To add Almaren Framework dependency to your sbt build: ``` -libraryDependencies += "com.github.music-of-the-ainur" %% "almaren-framework" % "0.9.9-3.4" +libraryDependencies += "com.github.music-of-the-ainur" %% "almaren-framework" % "0.9.10-3.4" ``` To run in spark-shell: For scala version(2.12): ``` -spark-shell --packages "com.github.music-of-the-ainur:almaren-framework_2.12:0.9.9-3.4" +spark-shell --packages "com.github.music-of-the-ainur:almaren-framework_2.12:0.9.10-3.4" ``` For scala version(2.13): ``` -spark-shell --packages "com.github.music-of-the-ainur:almaren-framework_2.13:0.9.9-3.4" +spark-shell --packages "com.github.music-of-the-ainur:almaren-framework_2.13:0.9.10-3.4" ``` Almaren connector is available in [Maven Central](https://mvnrepository.com/artifact/com.github.music-of-the-ainur) repository. | version | Connector Artifact | |----------------------------|------------------------------------------------------------------| -| Spark 3.4.x and scala 2.13 | `com.github.music-of-the-ainur:almaren-framework_2.13:0.9.9-3.4` | -| Spark 3.4.x and scala 2.12 | `com.github.music-of-the-ainur:almaren-framework_2.12:0.9.9-3.4` | -| Spark 3.3.x and scala 2.13 | `com.github.music-of-the-ainur:almaren-framework_2.13:0.9.9-3.3` | -| Spark 3.3.x and scala 2.12 | `com.github.music-of-the-ainur:almaren-framework_2.12:0.9.9-3.3` | -| Spark 3.2.x and scala 2.12 | `com.github.music-of-the-ainur:almaren-framework_2.12:0.9.9-3.2` | -| Spark 3.1.x and scala 2.12 | `com.github.music-of-the-ainur:almaren-framework_2.12:0.9.9-3.1` | -| Spark 2.4.x and scala 2.12 | `com.github.music-of-the-ainur:almaren-framework_2.12:0.9.9-2.4` | -| Spark 2.4.x and scala 2.11 | `com.github.music-of-the-ainur:almaren-framework_2.11:0.9.9-2.4` | +| Spark 3.4.x and scala 2.13 | `com.github.music-of-the-ainur:almaren-framework_2.13:0.9.10-3.4` | +| Spark 3.4.x and scala 2.12 | `com.github.music-of-the-ainur:almaren-framework_2.12:0.9.10-3.4` | +| Spark 3.3.x and scala 2.13 | `com.github.music-of-the-ainur:almaren-framework_2.13:0.9.10-3.3` | +| Spark 3.3.x and scala 2.12 | `com.github.music-of-the-ainur:almaren-framework_2.12:0.9.10-3.3` | +| Spark 3.2.x and scala 2.12 | `com.github.music-of-the-ainur:almaren-framework_2.12:0.9.10-3.2` | +| Spark 3.1.x and scala 2.12 | `com.github.music-of-the-ainur:almaren-framework_2.12:0.9.10-3.1` | +| Spark 2.4.x and scala 2.12 | `com.github.music-of-the-ainur:almaren-framework_2.12:0.9.10-2.4` | +| Spark 2.4.x and scala 2.11 | `com.github.music-of-the-ainur:almaren-framework_2.11:0.9.10-2.4` | ### Batch Example diff --git a/build.sbt b/build.sbt index ddd64dce..861a5136 100755 --- a/build.sbt +++ b/build.sbt @@ -20,7 +20,7 @@ libraryDependencies ++= Seq( "org.apache.spark" %% "spark-sql-kafka-0-10" % sparkVersion % "provided", "org.apache.spark" %% "spark-avro" % sparkVersion, "com.databricks" %% "spark-xml" % "0.14.0", - "com.github.music-of-the-ainur" %% "quenya-dsl" % s"1.2.2-${majorVersion}", + "com.github.music-of-the-ainur" %% "quenya-dsl" % s"1.2.3-${majorVersion}-2", "org.scalatest" %% "scalatest" % "3.2.14" % "test", "org.postgresql" % "postgresql" % "42.2.8" % "test" )