haggy commented on issue #8614:
URL: https://github.com/apache/hudi/issues/8614#issuecomment-2072331974

   > OR use the slim-bundle package. We should not use both utilities-bundle 
and spark bundle together. utilities-bundle already have spark-bundle dependency
   
   @ad1happy2go Using the `hudi-spark3.2-bundle` + the `hudi-utilities-slim` 
bundle for version `0.13.1` resolved the issues for me!
   
   EMR Version: `emr-6.7.0`
   Spark Version: 3.2.1
   Hudi Version: 0.13.1
   
   Relevant `spark-submit` command ref:
   
   ```shell
   spark-submit --deploy-mode client \
       --jars 
./lib/jars/hudi-spark3.2-bundle_2.12-0.13.1.jar,./lib/jars/hudi-aws-bundle-0.13.1.jar
 \
       --class org.apache.hudi.utilities.deltastreamer.HoodieDeltaStreamer \
       --conf spark.serializer=org.apache.spark.serializer.KryoSerializer \
       ...
       ./lib/jars/hudi-utilities-slim-bundle_2.12-0.13.1.jar \
   ```


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

Reply via email to