umehrot2 commented on issue #5451: URL: https://github.com/apache/hudi/issues/5451#issuecomment-1113643504
Did you manually create the DynamoDB table ? The code needs a string attribute name `key` in that table and thats it. Not sure where `tableName` attribute came from. I am guessing you have added it manually. I would recommend deleting the table and let Hudi code setup the DynamoDB table for you. And regarding the other errors regarding class not found, yes it seems those jars have been removed from the bundle. Simply adding `hudi-aws` jar will not help, since it is not a bundle. I will look into why such a change was made, but for now you have to workaround by adding those jars yourself. -- 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]
