Skip to content

Commit d1d5deb

Browse files
Merge pull request #86 from pradeepmaripala/spark-3.3
updated the quenya dsl version
2 parents d4313af + 4e9dd9c commit d1d5deb

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
@@ -61,17 +61,17 @@ The Almaren Framework provides a simplified consistent minimalistic layer over A
6161
To add Almaren Framework dependency to your sbt build:
6262

6363
```
64-
libraryDependencies += "com.github.music-of-the-ainur" %% "almaren-framework" % "0.9.9-3.3"
64+
libraryDependencies += "com.github.music-of-the-ainur" %% "almaren-framework" % "0.9.10-3.3"
6565
```
6666

6767
To run in spark-shell:
6868
For scala version-2.12:
6969
```
70-
spark-shell --packages "com.github.music-of-the-ainur:almaren-framework_2.12:0.9.9-3.3"
70+
spark-shell --packages "com.github.music-of-the-ainur:almaren-framework_2.12:0.9.10-3.3"
7171
```
7272
For scala version-2.13:
7373
```
74-
spark-shell --packages "com.github.music-of-the-ainur:almaren-framework_2.13:0.9.9-3.3"
74+
spark-shell --packages "com.github.music-of-the-ainur:almaren-framework_2.13:0.9.10-3.3"
7575
```
7676

7777
Almaren connector is available in
@@ -80,14 +80,14 @@ 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
### Batch Example
9393
```scala

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}",
2424
"org.scalatest" %% "scalatest" % "3.2.14" % "test",
2525
"org.postgresql" % "postgresql" % "42.2.8" % "test"
2626
)

0 commit comments

Comments
 (0)