codope commented on issue #3853:
URL: https://github.com/apache/hudi/issues/3853#issuecomment-951791051


   That's strange! The aprk-submit command in the 
[blog](https://hudi.apache.org/blog/2021/08/23/s3-events-source#configuration-and-setup)
 did work on EMR. 
   Can you search for the class in the jar:
   ```
   jar tf /home/hadoop/hudi/hudi-utilities-bundle_2.11-0.9.0.jar | grep 
S3EventsSource
   ```
   Also, I found this on SO: 
https://stackoverflow.com/questions/63787178/apache-hudi-deltastreamer-throwing-exception-in-thread-main-org-apache-hudi-co
   
   It suggests to keep `--jars` before `--class` (which is fine in your case), 
but the class name should be quoted and remove the jar from `--class` value. 
Could you please give it a try and share the complete stacktrace if it fails 
again. 
   


-- 
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: commits-unsubscr...@hudi.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


Reply via email to