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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]