Azure / spark-cdm-connector

MIT License
75 stars 32 forks source link

java.lang.NoClassDefFoundError: org/apache/spark/sql/sources/v2/ReadSupport #119

Closed BenConstable9 closed 1 year ago

BenConstable9 commented 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?

kecheung commented 1 year ago

#118 I suggest you do some basic search and investigation before opening issues. It has been already asked multiple times...