5
5
| What | Where |
6
6
| ---------- | ----- |
7
7
| Community | Chat with us at [ Datastax and Cassandra Q&A] ( https://community.datastax.com/index.html ) |
8
- | Scala Docs | Most Recent Release (2.5.1 ): [ Spark-Cassandra-Connector] ( https://datastax.github.io/spark-cassandra-connector/ApiDocs/2.5.1 /connector/index.html# com. datastax. spark. connector.package ) , [ Spark-Cassandra-Connector-Driver] ( https://datastax.github.io/spark-cassandra-connector/ApiDocs/2.5.1 /driver/#package ) |
9
- | Latest Production Release | [ 2.5.1 ] ( https://mvnrepository.com/artifact/com.datastax.spark/spark-cassandra-connector_2.11/2.5.1 ) |
10
- | Latest Preview Release | [ 3.0.0-beta ] ( https://mvnrepository.com/artifact/com.datastax.spark/spark-cassandra-connector_2.12/3.0.0-beta ) |
8
+ | Scala Docs | Most Recent Release (3.0.0 ): [ Spark-Cassandra-Connector] ( https://datastax.github.io/spark-cassandra-connector/ApiDocs/3.0.0 /connector/com/ datastax/ spark/ connector/index.html ) , [ Spark-Cassandra-Connector-Driver] ( https://datastax.github.io/spark-cassandra-connector/ApiDocs/3.0.0 /driver/com/datastax/spark/connector/index.html ) |
9
+ | Latest Production Release | [ 3.0.0 ] ( https://mvnrepository.com/artifact/com.datastax.spark/spark-cassandra-connector_2.12/3.0.0 ) |
10
+
11
11
## Features
12
12
13
13
* Lightning-fast cluster computing with Apache Spark&trade ; and Apache Cassandra® ; .*
@@ -63,6 +63,9 @@ development for the next connector release in progress.
63
63
## Hosted API Docs
64
64
API documentation for the Scala and Java interfaces are available online:
65
65
66
+ ### 3.0.0
67
+ * [ Spark-Cassandra-Connector] ( https://datastax.github.io/spark-cassandra-connector/ApiDocs/3.0.0/connector/com/datastax/spark/connector/index.html )
68
+
66
69
### 2.5.1
67
70
* [ Spark-Cassandra-Connector] ( https://datastax.github.io/spark-cassandra-connector/ApiDocs/2.5.1/connector/#package )
68
71
@@ -80,10 +83,10 @@ This project is available on the Maven Central Repository.
80
83
For SBT to download the connector binaries, sources and javadoc, put this in your project
81
84
SBT config:
82
85
83
- libraryDependencies += "com.datastax.spark" %% "spark-cassandra-connector" % "2.5.1 "
86
+ libraryDependencies += "com.datastax.spark" %% "spark-cassandra-connector" % "3.0.0 "
84
87
85
- * The default Scala version for Spark 2 .0+ is 2.11 please choose the appropriate build. See the
86
- [ FAQ] ( doc/FAQ.md ) for more information
88
+ * The default Scala version for Spark 3 .0+ is 2.12 please choose the appropriate build. See the
89
+ [ FAQ] ( doc/FAQ.md ) for more information.
87
90
88
91
## Building
89
92
See [ Building And Artifacts] ( doc/12_building_and_artifacts.md )
0 commit comments