简体   繁体   中英

Migrating Cassandra Java Driver for spark DSE 6.8.0

I want to upgrade the Cassandra java driver version to 4.134.1. I am using Spark DSE version 6.8.23, which is using use-java-driver-core-1.9.0.

How can I do the migration of spark DSE 6.8.23 which should compatible to Cassandra java driver 4.14.1 API.

There is a bit of refactoring required in your application because the OSS Java driver v4 is not binary-compatible with OSS Java driver v3 or DSE Java driver v1.

Follow the steps in the Upgrade Guide for details of what you need to know to upgrade the driver.

As a side note, Java driver 4.14.0 includes some important fixes and 4.14.1 addresses several CVEs so we recommend that you upgrade to the latest version instead of 4.13. Cheers!

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