简体   繁体   中英

Spark cassandra connector Java API with Spark 2.0

I am using the datastax spark cassandra connector with Spark 1.6.3.

Is it possible to use the Spark cassandra connector Java API with Spark 2.0+?

I see that the latest version of spark-cassandra-connector-java_2.11 is 1.6.0-M1.

Does someone know about the future of the connector's Java API?

Thanks,

Shai

If you're running Spark 2.0-2.2, you can use Cassandra connector from DataStax https://spark-packages.org/package/datastax/spark-cassandra-connector (which is written in Scala, but you can just consume jar).

Check out the compatibility table in the official repo: https://github.com/datastax/spark-cassandra-connector#version-compatibility

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM