MrAladdin commented on issue #11655:
URL: https://github.com/apache/hudi/issues/11655#issuecomment-2240840715

   @wardlican Your error is evidently caused by dependency conflicts introduced 
under the pom during the project build process. You can use Maven analysis 
tools to analyze the dependency conflicts below. 
   
   At the same time, you can exclude the avro dependency under the hadoop 
dependency in your pom.xml, allowing it to use the avro version from your spark 
dependency. Also, try changing the scope of the hudi dependency to 
`<scope>provided</scope>`.
   


-- 
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.

To unsubscribe, e-mail: commits-unsubscr...@hudi.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to