55| What | Where |
66| ---------- | ----- |
77| 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+
1111## Features
1212
1313* Lightning-fast cluster computing with Apache Spark&trade ; and Apache Cassandra® ; .*
@@ -63,6 +63,9 @@ development for the next connector release in progress.
6363## Hosted API Docs
6464API documentation for the Scala and Java interfaces are available online:
6565
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+
6669### 2.5.1
6770* [ Spark-Cassandra-Connector] ( https://datastax.github.io/spark-cassandra-connector/ApiDocs/2.5.1/connector/#package )
6871
@@ -80,10 +83,10 @@ This project is available on the Maven Central Repository.
8083For SBT to download the connector binaries, sources and javadoc, put this in your project
8184SBT config:
8285
83- libraryDependencies += "com.datastax.spark" %% "spark-cassandra-connector" % "2.5.1 "
86+ libraryDependencies += "com.datastax.spark" %% "spark-cassandra-connector" % "3.0.0 "
8487
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.
8790
8891## Building
8992See [ Building And Artifacts] ( doc/12_building_and_artifacts.md )
0 commit comments