AlejandroIzuel commented on issue #12902: URL: https://github.com/apache/hudi/issues/12902#issuecomment-2705730303
> This issue occurred due to a mismatch of jars. > > java.lang.NoSuchMethodException: org.apache.hudi.metrics.cloudwatch.CloudWatchMetricsReporter.<init>(org.apache.hudi.config.metrics.HoodieMetricsConfig, com.codahale.metrics.MetricRegistry) > at java.lang.Class.getConstructor0(Class.java:3110) > at java.lang.Class.getConstructor(Class.java:1853) > at org.apache.hudi.common.util.ReflectionUtils.loadClass(ReflectionUtils.java:73) > ... 106 more > For Hudi 0.15, supported aws sdk version is **2.18.40** [1][2] > > **Reference:** > > 1. https://github.com/apache/hudi/blob/release-0.15.0/pom.xml#L224C5-L224C47 > 2. https://github.com/apache/hudi/blob/release-0.15.0/hudi-aws/pom.xml#L110 I'll try to upgrade my project to work with that AWS SDK and I'll let you know :) Thanks for the insight! -- 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]
