nagacse edited a comment on issue #1961: URL: https://github.com/apache/hudi/issues/1961#issuecomment-676405616
@saumyasuhagiya , The issue has to do with the dependencies. Databricks has a version of jetty server in its runtime libraries https://docs.databricks.com/release-notes/runtime/6.6.html and databricks does not let you override those libraries. The only way to override is maven shade relocation and it is part of hudi v0.6..0 here is the link to fix https://github.com/apache/hudi/pull/1781 ---------------------------------------------------------------- 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]
