deepakpanda93 commented on issue #5451: URL: https://github.com/apache/hudi/issues/5451#issuecomment-4834682297
- The original NoClassDefFoundError came from the AWS/DynamoDB classes being split out of the Spark bundle in 0.10.1. That's since been addressed — those classes ship in the hudi-aws-bundle, and on Glue you just enable --datalake-formats hudi. @jdattani also confirmed back in 2022 that the original issue was resolved once the DynamoDB table used the fixed attribute name key (the partition_key config is the value, not the column name). - @ad1happy2go was later unable to reproduce any DynamoDB-lock issue on 0.12.2 / master, including Glue 3.0 and 4.0 with --datalake-formats hudi. @jtmzheng — are you still seeing this on a recent Hudi release (1.x)? If so, could you share the exact bundle/jars and a minimal repro and we'll dig in? Otherwise, since the original report is resolved and it isn't reproducible on recent versions, this looks safe to close. Thanks! -- 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]
