satishkotha commented on PR #7569:
URL: https://github.com/apache/hudi/pull/7569#issuecomment-1366438394
without this change, config generation is failing with
Exception in thread "main" java.lang.NoClassDefFoundError:
com/amazonaws/services/dynamodbv2/model/BillingMode
at
org.apache.hudi.config.DynamoDbBasedLockConfig.<clinit>(DynamoDbBasedLockConfig.java:81)
at sun.misc.Unsafe.ensureClassInitialized(Native Method)
at
sun.reflect.UnsafeFieldAccessorFactory.newFieldAccessor(UnsafeFieldAccessorFactory.java:43)
at
sun.reflect.ReflectionFactory.newFieldAccessor(ReflectionFactory.java:156)
at java.lang.reflect.Field.acquireFieldAccessor(Field.java:1088)
at java.lang.reflect.Field.getFieldAccessor(Field.java:1069)
at java.lang.reflect.Field.get(Field.java:393)
at
org.apache.hudi.utils.HoodieConfigDocGenerator.generateConfigMarkup(HoodieConfigDocGenerator.java:261)
at
org.apache.hudi.utils.HoodieConfigDocGenerator.main(HoodieConfigDocGenerator.java:122)
Caused by: java.lang.ClassNotFoundException:
com.amazonaws.services.dynamodbv2.model.BillingMode
at java.net.URLClassLoader.findClass(URLClassLoader.java:387)
--
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]