xushiyan commented on issue #5719: URL: https://github.com/apache/hudi/issues/5719#issuecomment-1141598872
> There is also dependency to hudi-spark-common_2.11, you can check https://mvnrepository.com/artifact/org.apache.hudi/hudi-spark3_2.12/0.11.0 This is module-level jar which is not meant to be imported; we don't support such build process. Only `hudi-*-bundle` jars are meant to be used, which has the right dependencies packaged within it. Please only use bundle jars. If you have to use module level jars as dependencies, then you'll need to build the project yourself with the right maven profile (refer to README.md) and use the locally built jars. -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
