Hello all community,
We are trying to switch from Apache Cassandra 3.11 to DSE 6.18.15
but our spark-streaming job is failing :
com.datastax.driver.core.exceptions.UnresolvedUserTypeException: Cannot resolve user type system_distributed.duration
at com.datastax.driver.core.DataTypeCqlNameParser.parse(DataTypeCqlNameParser.java:147)
Please share how to find appropriate spark-сassandra driver which would work with our code ?
Previously we have used this one (2.11/2.4.2) and everything is working fine on prod.
<dependency>
<groupId>com.datastax.spark</groupId>
<artifactId>spark-cassandra-connector_2.11</artifactId>
<version>2.4.2</version>
</dependency>
Thank you for help.