I am New to Spark +ScyllaDB , I want to have a write stream to write to the ScyllaDB, but my versions are as:
ScyllaDB Cassandra : 3.0.8
Scala - 2.12.11
Spark - 3.0.0
Please tell me which Spark-cassandra-connector to be used
Bringing together the Apache Cassandra experts from the community and DataStax.
Want to learn? Have a question? Want to share your expertise? You are in the right place!
Not sure where to begin? Getting Started
I am New to Spark +ScyllaDB , I want to have a write stream to write to the ScyllaDB, but my versions are as:
ScyllaDB Cassandra : 3.0.8
Scala - 2.12.11
Spark - 3.0.0
Please tell me which Spark-cassandra-connector to be used
The versions you provided in the title of your question contradict the versions you posted in the description section so it appears you're not sure of what you're asking.
The latest production version of the Spark Cassandra Connector is v2.5.1. As per the documentation, it is compatible with the following:
There is a preview release of the Connector which is currently in beta version v3.0.0-beta. It is compatible with the following:
To be clear, we don't test against any version of ScyllaDB and we are aware that users run into various issues. We are also aware that the folks behind ScyllaDB have forked the Spark connector and maintain it separately. Feel free to reach out to them directly if you have any follow up questions about ScyllaDB or their forked products. Cheers!
Sorry Sir, Actaully I was trying to find the solution for both the combination and I got the solution by:
resolvers += "Spark Packages Repo" at "https://mvnrepository.com/artifact/com.datastax.spark/spark-cassandra-connector"
"com.datastax.spark" %% "spark-cassandra-connector" % "3.0.0-beta"
for
scalaVersion := "2.12.11" val sparkVersion= "3.0.0" Cassandra : 3.0.8
Again, we know you'll run into problems because ScyllaDB isn't supported. It is also a fork of Apache Cassandra. Cheers!
7 People are following this question.
DataStax Enterprise is powered by the best distribution of Apache Cassandra ™
© 2022 DataStax, Titan, and TitanDB are registered trademarks of DataStax, Inc. and its subsidiaries in the United States and/or other countries.
Apache, Apache Cassandra, Cassandra, Apache Tomcat, Tomcat, Apache Lucene, Lucene, Apache Solr, Apache Hadoop, Hadoop, Apache Spark, Spark, Apache TinkerPop, TinkerPop, Apache Kafka and Kafka are either registered trademarks or trademarks of the Apache Software Foundation or its subsidiaries in Canada, the United States and/or other countries.
Privacy Policy Terms of Use