You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hudi.apache.org by GitBox <gi...@apache.org> on 2022/10/19 22:33:39 UTC

[GitHub] [hudi] rahil-c commented on issue #6747: [SUPPORT] AWSDmsAvroPayload not found querying _rt table MoR

rahil-c commented on issue #6747:
URL: https://github.com/apache/hudi/issues/6747#issuecomment-1284641124

   The `/usr/lib/hudi/hudi-utilities-bundle.jar` is needed, And the `spark-avro` jar is required if your running any hudi release under 0.11.0 (if you are on 0.11.0 or above you can omit this jar). Finally you can get rid of spark-bundle since delta streamer is from utilities. 
   
   Here is a basic example 
   ```
   
   spark-submit --class org.apache.hudi.utilities.deltastreamer.HoodieDeltaStreamer \
               --jars /usr/lib/spark/external/lib/spark-avro.jar \
               --master yarn \
               --deploy-mode client \
               /usr/lib/hudi/hudi-utilities-bundle.jar \
               ...
               ... rest of params
               ...
             
   ```


-- 
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-unsubscribe@hudi.apache.org

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