I\'m trying to use the spark-cassandra-connector via spark-shell on dataproc, however I am unable to connect to my cluster. It appears that there is a version mismatch since
In case you are using gradle to create a fat jar, you can use relocate in your shadowJar:
relocate
shadowJar
shadowJar{ zip64 true mergeServiceFiles() relocate 'com.google', 'hidden.google' }