cannot read system_schema keyspace with spark 3

Description

example:

throws

Environment

None

Pull Requests

None

Activity

Show:
Roman Alekseev
October 25, 2021 at 9:41 AM

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:

Alternatively, in Spark shell with:

Then try:

Details

Assignee

Reporter

Priority

Created September 21, 2021 at 8:49 AM
Updated October 25, 2021 at 9:41 AM