7
7
| What | Where |
8
8
| ---------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
9
9
| Community | Chat with us at [ Datastax and Cassandra Q&A] ( https://community.datastax.com/index.html ) |
10
- | Scala Docs | Most Recent Release (3.2 .0): [ Spark-Cassandra-Connector] ( https://datastax.github.io/spark-cassandra-connector/ApiDocs/3.2 .0/connector/com/datastax/spark/connector/index.html ) , [ Spark-Cassandra-Connector-Driver] ( https://datastax.github.io/spark-cassandra-connector/ApiDocs/3.2 .0/driver/com/datastax/spark/connector/index.html ) |
11
- | Latest Production Release | [ 3.2 .0] ( https://search.maven.org/artifact/com.datastax.spark/spark-cassandra-connector_2.12/3.2 .0/jar ) |
10
+ | Scala Docs | Most Recent Release (3.3 .0): [ Spark-Cassandra-Connector] ( https://datastax.github.io/spark-cassandra-connector/ApiDocs/3.3 .0/connector/com/datastax/spark/connector/index.html ) , [ Spark-Cassandra-Connector-Driver] ( https://datastax.github.io/spark-cassandra-connector/ApiDocs/3.3 .0/driver/com/datastax/spark/connector/index.html ) |
11
+ | Latest Production Release | [ 3.3 .0] ( https://search.maven.org/artifact/com.datastax.spark/spark-cassandra-connector_2.12/3.3 .0/jar ) |
12
12
13
13
## Features
14
14
@@ -19,7 +19,7 @@ Spark RDDs and Datasets/DataFrames to Cassandra tables, and execute arbitrary CQ
19
19
in your Spark applications.
20
20
21
21
- Compatible with Apache Cassandra version 2.1 or higher (see table below)
22
- - Compatible with Apache Spark 1.0 through 3.2 ([ see table below] ( #version-compatibility ) )
22
+ - Compatible with Apache Spark 1.0 through 3.3 ([ see table below] ( #version-compatibility ) )
23
23
- Compatible with Scala 2.11 and 2.12
24
24
- Exposes Cassandra tables as Spark RDDs and Datasets/DataFrames
25
25
- Maps table rows to CassandraRow objects or tuples
@@ -45,14 +45,15 @@ corresponds to the 1.6 release. The "master" branch will normally contain
45
45
development for the next connector release in progress.
46
46
47
47
Currently, the following branches are actively supported:
48
- 3.2.x ([ master] ( https://github.com/datastax/spark-cassandra-connector/tree/master ) ),
48
+ 3.3.x ([ master] ( https://github.com/datastax/spark-cassandra-connector/tree/master ) ),
49
+ 3.2.x ([ b3.2] ( https://github.com/datastax/spark-cassandra-connector/tree/b3.2 ) ),
49
50
3.1.x ([ b3.1] ( https://github.com/datastax/spark-cassandra-connector/tree/b3.1 ) ),
50
51
3.0.x ([ b3.0] ( https://github.com/datastax/spark-cassandra-connector/tree/b3.0 ) ) and
51
52
2.5.x ([ b2.5] ( https://github.com/datastax/spark-cassandra-connector/tree/b2.5 ) ).
52
53
53
- | Connector | Spark | Cassandra | Cassandra Java Driver | Minimum Java Version | Supported Scala Versions |
54
- | --------- | ------------- | --------- | --------------------- | -------------------- | ----------------------- |
55
- | 3.3 | 3.3 | 2.1.5* , 2.2, 3.x, 4.0 | 4.13 | 8 | 2.12 |
54
+ | Connector | Spark | Cassandra | Cassandra Java Driver | Minimum Java Version | Supported Scala Versions |
55
+ | ----------- | --------------- | ----------------------- | --------------------- | -------------------- | ----------------------- |
56
+ | 3.3 | 3.3 | 2.1.5* , 2.2, 3.x, 4.x | 4.13 | 8 | 2.12 |
56
57
| 3.2 | 3.2 | 2.1.5* , 2.2, 3.x, 4.0 | 4.13 | 8 | 2.12 |
57
58
| 3.1 | 3.1 | 2.1.5* , 2.2, 3.x, 4.0 | 4.12 | 8 | 2.12 |
58
59
| 3.0 | 3.0 | 2.1.5* , 2.2, 3.x, 4.0 | 4.12 | 8 | 2.12 |
@@ -74,6 +75,9 @@ Currently, the following branches are actively supported:
74
75
## Hosted API Docs
75
76
API documentation for the Scala and Java interfaces are available online:
76
77
78
+ ### 3.3.0
79
+ * [ Spark-Cassandra-Connector] ( https://datastax.github.io/spark-cassandra-connector/ApiDocs/3.3.0/connector/com/datastax/spark/connector/index.html )
80
+
77
81
### 3.2.0
78
82
* [ Spark-Cassandra-Connector] ( https://datastax.github.io/spark-cassandra-connector/ApiDocs/3.2.0/connector/com/datastax/spark/connector/index.html )
79
83
@@ -96,7 +100,7 @@ This project is available on the Maven Central Repository.
96
100
For SBT to download the connector binaries, sources and javadoc, put this in your project
97
101
SBT config:
98
102
99
- libraryDependencies += "com.datastax.spark" %% "spark-cassandra-connector" % "3.2 .0"
103
+ libraryDependencies += "com.datastax.spark" %% "spark-cassandra-connector" % "3.3 .0"
100
104
101
105
* The default Scala version for Spark 3.0+ is 2.12 please choose the appropriate build. See the
102
106
[ FAQ] ( doc/FAQ.md ) for more information.
0 commit comments