xushiyan commented on issue #7275: URL: https://github.com/apache/hudi/issues/7275#issuecomment-1323848751
the jar you're using `hudi-utilities-bundle_2.11-0.12.0-SNAPSHOT.jar` is a) not hudi 0.11.1 as you claimed; it says 0.12.0-SNAPSHOT (not even a release jar) b) this jar is meant for spark 2.4 with scala 2.11, which is not spark 3.2.2 with scala12 as you claimed you're using spark 3.2 so you should use hudi-utilities-slim-bundle_2.12 and hudi-spark3.2-bundle_2.12 pls read through release notes on bundle update - https://hudi.apache.org/releases/release-0.12.0#bundle-updates - https://hudi.apache.org/releases/release-0.11.0#bundle-usage-updates also read through readme of the project and see which bundle matches your spark version. and you don't need hadoop-mr-bundle as you're not making hive query. cc @bhasudha how can we improve docs for this scenario for bundle usage? can we file a task as part of https://github.com/apache/hudi/pull/6902 ? -- 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]
