The issue with the inaccessible system keyspaces seems to be introduced since spark-cassandra-connector:3.0.1 and it remains in spark-cassandra-connector:3.1.0.
mouna tayehi
September 28, 2021 at 1:10 PM
Just tried this with spark-cassandra-connector:3.0.0 and it works, but not with 3.1.0
mouna tayehi
September 21, 2021 at 11:12 AM
I tried that but I still get the same error, can it be related to using the embedded Cassandra for unit tests? this was not an issue with spark 2.4
Erick Ramirez
September 21, 2021 at 10:01 AM
You don’t need to include the Java driver since there is already one “embedded” with the connector. You only really need these dependencies:
example:
throws