Reputation: 1227
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.13 API.
Upvotes: 0
Views: 170
Reputation: 16313
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!
Upvotes: 0