ajain-cohere opened a new issue, #11205: URL: https://github.com/apache/hudi/issues/11205
**_Tips before filing an issue_** - Have you gone through our [FAQs](https://hudi.apache.org/learn/faq/)? - Join the mailing list to engage in conversations and get faster support at [email protected]. - If you have triaged this as a bug, then file an [issue](https://issues.apache.org/jira/projects/HUDI/issues) directly. **Describe the problem you faced** I am trying to upgrade my hudi version from 0.12.1(Default in AWS Glue 4 version) to 0.14. I only changed the configs needed for the new Hudi version to work and kept the rest of the configs same. In that I had metrics enabled to cloudwatch which is now failing with the new version. **To Reproduce** Steps to reproduce the behavior: 1. Use the default configs recommended for 0.14 mentioned here: https://www.youtube.com/watch?v=HJ6QQN408AE&t=203s 2. Add the configs for Cloudwatch ``` "hoodie.metrics.on": "true", "hoodie.metrics.reporter.type": "CLOUDWATCH", ``` 3. Run the glue job and you should get ```An error occurred while calling o519.save. org/apache/hudi/aws/cloudwatch/CloudWatchReporter``` 4. I added the hudi-aws-0.14.0.jar and the error changed to ```An error occurred while calling o519.save. org.apache.hudi.aws.cloudwatch.CloudWatchReporter.forRegistry(Lorg/apache/hudi/com/codahale/metrics/MetricRegistry;)Lorg/apache/hudi/aws/cloudwatch/CloudWatchReporter$Builder;``` **Expected behavior** I expect the job to run successfully and also post the metrics to cloudwatch **Environment Description** * Hudi version : 0.14 * Spark version : 3.3 * Hive version : * Hadoop version : * Storage (HDFS/S3/GCS..) : * Running on Docker? (yes/no) : no **Additional context** Add any other context about the problem here. **Stacktrace** ```Add the stacktrace of the error.``` -- 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]
