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/06/30 14:03:19 UTC

[GitHub] [hudi] magnus-ISU commented on issue #2290: [SUPPORT]upsert and delete

magnus-ISU commented on issue #2290:
URL: https://github.com/apache/hudi/issues/2290#issuecomment-1171261881

   For anyone who has this question in the future, we are working with AWS python and spent many hours trying to figure out how to get this to work. You must pass in as options to your hudi writer:
   
       {
           "hoodie.datasource.write.payload.class" : "org.apache.hudi.payload.AWSDmsAvroPayload"
       }
   
   In hindsight this maybe makes sense, but it confused us immensely as we were trying to figure it out. Maybe this will be useful for someone else so you don't have to go through the same stuff we did.


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