Closed BenConstable9 closed 1 year ago
I'm trying to get this connector to work on databricks and I've installed the connector from Maven but running gets this error:
df.write.format("com.microsoft.cdm") java.lang.NoClassDefFoundError: org/apache/spark/sql/sources/v2/ReadSupport
I realised that I need the correct JAR version for this Spark version but they aren't published on Maven? Is it possible to publish?
#118 I suggest you do some basic search and investigation before opening issues. It has been already asked multiple times...
I'm trying to get this connector to work on databricks and I've installed the connector from Maven but running gets this error:
df.write.format("com.microsoft.cdm") java.lang.NoClassDefFoundError: org/apache/spark/sql/sources/v2/ReadSupport
I realised that I need the correct JAR version for this Spark version but they aren't published on Maven? Is it possible to publish?