4
4
5
5
## Quick Links
6
6
7
- | What | Where |
8
- | ---------- | ----- |
9
- | Community | Chat with us at [ Datastax and Cassandra Q&A] ( https://community.datastax.com/index.html ) |
10
- | Scala Docs | Most Recent Release (3.1 .0): [ Spark-Cassandra-Connector] ( https://datastax.github.io/spark-cassandra-connector/ApiDocs/3.1 .0/connector/com/datastax/spark/connector/index.html ) , [ Spark-Cassandra-Connector-Driver] ( https://datastax.github.io/spark-cassandra-connector/ApiDocs/3.1 .0/driver/com/datastax/spark/connector/index.html ) |
11
- | Latest Production Release | [ 3.1 .0] ( https://search.maven.org/artifact/com.datastax.spark/spark-cassandra-connector_2.12/3.1 .0/jar ) |
7
+ | What | Where |
8
+ | ---------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
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 ) |
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.1 ([ see table below] ( #version-compatibility ) )
22
+ - Compatible with Apache Spark 1.0 through 3.2 ([ 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
@@ -44,9 +44,11 @@ named "bX.Y" where X.Y is the major+minor version; for example the "b1.6" branch
44
44
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
- Currently the following branches are actively supported: 3.1.x ([ master] ( https://github.com/datastax/spark-cassandra-connector/tree/master ) ),
48
- 3.0.x ([ b3.0] ( https://github.com/datastax/spark-cassandra-connector/tree/b3.0 ) ) and 2.5.x
49
- ([ b2.5] ( https://github.com/datastax/spark-cassandra-connector/tree/b2.5 ) ).
47
+ Currently, the following branches are actively supported:
48
+ 3.2.x ([ master] ( https://github.com/datastax/spark-cassandra-connector/tree/master ) ),
49
+ 3.1.x ([ b3.1] ( https://github.com/datastax/spark-cassandra-connector/tree/b3.1 ) ),
50
+ 3.0.x ([ b3.0] ( https://github.com/datastax/spark-cassandra-connector/tree/b3.0 ) ) and
51
+ 2.5.x ([ b2.5] ( https://github.com/datastax/spark-cassandra-connector/tree/b2.5 ) ).
50
52
51
53
| Connector | Spark | Cassandra | Cassandra Java Driver | Minimum Java Version | Supported Scala Versions |
52
54
| --------- | ------------- | --------- | --------------------- | -------------------- | ----------------------- |
@@ -71,6 +73,9 @@ Currently the following branches are actively supported: 3.1.x ([master](https:/
71
73
## Hosted API Docs
72
74
API documentation for the Scala and Java interfaces are available online:
73
75
76
+ ### 3.2.0
77
+ * [ Spark-Cassandra-Connector] ( https://datastax.github.io/spark-cassandra-connector/ApiDocs/3.2.0/connector/com/datastax/spark/connector/index.html )
78
+
74
79
### 3.1.0
75
80
* [ Spark-Cassandra-Connector] ( https://datastax.github.io/spark-cassandra-connector/ApiDocs/3.1.0/connector/com/datastax/spark/connector/index.html )
76
81
@@ -90,7 +95,7 @@ This project is available on the Maven Central Repository.
90
95
For SBT to download the connector binaries, sources and javadoc, put this in your project
91
96
SBT config:
92
97
93
- libraryDependencies += "com.datastax.spark" %% "spark-cassandra-connector" % "3.1 .0"
98
+ libraryDependencies += "com.datastax.spark" %% "spark-cassandra-connector" % "3.2 .0"
94
99
95
100
* The default Scala version for Spark 3.0+ is 2.12 please choose the appropriate build. See the
96
101
[ FAQ] ( doc/FAQ.md ) for more information.
0 commit comments