@@ -62,32 +62,32 @@ The Almaren Framework provides a simplified consistent minimalistic layer over A
62
62
To add Almaren Framework dependency to your sbt build:
63
63
64
64
```
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"
66
66
```
67
67
68
68
To run in spark-shell:
69
69
70
70
For scala version(2.12):
71
71
```
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"
73
73
```
74
74
For scala version(2.13):
75
75
```
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"
77
77
```
78
78
Almaren connector is available in
79
79
[ Maven Central] ( https://mvnrepository.com/artifact/com.github.music-of-the-ainur ) repository.
80
80
81
81
| version | Connector Artifact |
82
82
| ----------------------------| ------------------------------------------------------------------|
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 ` |
91
91
92
92
93
93
### Batch Example
0 commit comments