Skip to content

Commit d59bd47

Browse files
Merge pull request #87 from pradeepmaripala/spark-3.4
updated the quenya dsl version
2 parents 951b5c4 + 2bce34d commit d59bd47

File tree

2 files changed

+12
-12
lines changed

2 files changed

+12
-12
lines changed

README.md

+11-11
Original file line numberDiff line numberDiff line change
@@ -62,32 +62,32 @@ The Almaren Framework provides a simplified consistent minimalistic layer over A
6262
To add Almaren Framework dependency to your sbt build:
6363

6464
```
65-
libraryDependencies += "com.github.music-of-the-ainur" %% "almaren-framework" % "0.9.9-3.4"
65+
libraryDependencies += "com.github.music-of-the-ainur" %% "almaren-framework" % "0.9.10-3.4"
6666
```
6767

6868
To run in spark-shell:
6969

7070
For scala version(2.12):
7171
```
72-
spark-shell --packages "com.github.music-of-the-ainur:almaren-framework_2.12:0.9.9-3.4"
72+
spark-shell --packages "com.github.music-of-the-ainur:almaren-framework_2.12:0.9.10-3.4"
7373
```
7474
For scala version(2.13):
7575
```
76-
spark-shell --packages "com.github.music-of-the-ainur:almaren-framework_2.13:0.9.9-3.4"
76+
spark-shell --packages "com.github.music-of-the-ainur:almaren-framework_2.13:0.9.10-3.4"
7777
```
7878
Almaren connector is available in
7979
[Maven Central](https://mvnrepository.com/artifact/com.github.music-of-the-ainur) repository.
8080

8181
| version | Connector Artifact |
8282
|----------------------------|------------------------------------------------------------------|
83-
| Spark 3.4.x and scala 2.13 | `com.github.music-of-the-ainur:almaren-framework_2.13:0.9.9-3.4` |
84-
| Spark 3.4.x and scala 2.12 | `com.github.music-of-the-ainur:almaren-framework_2.12:0.9.9-3.4` |
85-
| Spark 3.3.x and scala 2.13 | `com.github.music-of-the-ainur:almaren-framework_2.13:0.9.9-3.3` |
86-
| Spark 3.3.x and scala 2.12 | `com.github.music-of-the-ainur:almaren-framework_2.12:0.9.9-3.3` |
87-
| Spark 3.2.x and scala 2.12 | `com.github.music-of-the-ainur:almaren-framework_2.12:0.9.9-3.2` |
88-
| Spark 3.1.x and scala 2.12 | `com.github.music-of-the-ainur:almaren-framework_2.12:0.9.9-3.1` |
89-
| Spark 2.4.x and scala 2.12 | `com.github.music-of-the-ainur:almaren-framework_2.12:0.9.9-2.4` |
90-
| Spark 2.4.x and scala 2.11 | `com.github.music-of-the-ainur:almaren-framework_2.11:0.9.9-2.4` |
83+
| Spark 3.4.x and scala 2.13 | `com.github.music-of-the-ainur:almaren-framework_2.13:0.9.10-3.4` |
84+
| Spark 3.4.x and scala 2.12 | `com.github.music-of-the-ainur:almaren-framework_2.12:0.9.10-3.4` |
85+
| Spark 3.3.x and scala 2.13 | `com.github.music-of-the-ainur:almaren-framework_2.13:0.9.10-3.3` |
86+
| Spark 3.3.x and scala 2.12 | `com.github.music-of-the-ainur:almaren-framework_2.12:0.9.10-3.3` |
87+
| Spark 3.2.x and scala 2.12 | `com.github.music-of-the-ainur:almaren-framework_2.12:0.9.10-3.2` |
88+
| Spark 3.1.x and scala 2.12 | `com.github.music-of-the-ainur:almaren-framework_2.12:0.9.10-3.1` |
89+
| Spark 2.4.x and scala 2.12 | `com.github.music-of-the-ainur:almaren-framework_2.12:0.9.10-2.4` |
90+
| Spark 2.4.x and scala 2.11 | `com.github.music-of-the-ainur:almaren-framework_2.11:0.9.10-2.4` |
9191

9292

9393
### Batch Example

build.sbt

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ libraryDependencies ++= Seq(
2020
"org.apache.spark" %% "spark-sql-kafka-0-10" % sparkVersion % "provided",
2121
"org.apache.spark" %% "spark-avro" % sparkVersion,
2222
"com.databricks" %% "spark-xml" % "0.14.0",
23-
"com.github.music-of-the-ainur" %% "quenya-dsl" % s"1.2.2-${majorVersion}",
23+
"com.github.music-of-the-ainur" %% "quenya-dsl" % s"1.2.3-${majorVersion}-2",
2424
"org.scalatest" %% "scalatest" % "3.2.14" % "test",
2525
"org.postgresql" % "postgresql" % "42.2.8" % "test"
2626
)

0 commit comments

Comments
 (0)