I'm using
spark 3.0.2 scala 2.12.10 cassandra 3.11.2 spark-cassandra-connector 3.0.0
it's unable to see my keyspaces even it's there
the error is changable !
- can't see this keyspace, Table or view not found:
- query 'SELECT * FROM system_schema.columns' timed out after PT5S
if it's a spark/cassandra application do I need to include these :
spark-cassandra-connector-driver and spark-cassandra-connector-assembly
I don't understand what's the difference here