umehrot2 commented on issue #2592: URL: https://github.com/apache/hudi/issues/2592#issuecomment-790955939
@codejoyan I think the problem stems because you are using `org.apache.spark:spark-avro_2.11:2.4.4` in you packages with spark-submit. This is incompatible with `spark-sql 2.3.0` that is why you get that `NoSuchMethod` exception. Bundling/shading this package will not solve the problem either because its just incompatible. What happens if you use `databricks-avro` package instead of `spark-avro`: https://mvnrepository.com/artifact/com.databricks/spark-avro ? Can you give that a shot ? ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected]
