soumilshah1995 commented on issue #10140: URL: https://github.com/apache/hudi/issues/10140#issuecomment-1817886789
The issue has been successfully resolved, all thanks to @Hans Eschbaum. Initially, I struggled to comprehend the functionality of the JAR file. What I've come to understand is that when using the hudi-utilities-slim-bundle_2.12-0.14.0.jar, it is crucial to also provide the corresponding Hudi Spark bundle, specifically org.apache.hudi:hudi-spark3.4-bundle_2.12:0.14.0. In order to make the hudi-utilities-slim-bundle work seamlessly with Spark, it should be paired with a Hudi Spark bundle that aligns with the Spark version. For example, you might use the following configuration: --packages org.apache.hudi:hudi-utilities-slim-bundle_2.12:0.13.0,org.apache.hudi:hudi-spark3.1-bundle_2.12:0.13.0 if you encounter compatibility issues while using hudi-utilities-bundle alone to run HoodieStreamer in Spark. For more detailed information, you can refer to the documentation at https://hudi.apache.org/docs/hoodie_streaming_ingestion/#note-on-hudi-utilities-bundle-usage-for-different-spark-versions. Thanks to @Hans Eschbaum being so patient with me and showing me right direction looking fwd to pass this knowledge to community through videos -- 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]
