This is an automated email from the ASF dual-hosted git repository.
danny0405 pushed a commit to branch release-0.14.2
in repository https://gitbox.apache.org/repos/asf/hudi.git
The following commit(s) were added to refs/heads/release-0.14.2 by this push:
new 62f1100ba62 [MINOR] Remove shaded of codahale metrics in flink bundle.
(#11954)
62f1100ba62 is described below
commit 62f1100ba629e6d868710c4d8646f54f937d2c6e
Author: zhangwl9 <[email protected]>
AuthorDate: Thu Sep 19 12:03:30 2024 +0800
[MINOR] Remove shaded of codahale metrics in flink bundle. (#11954)
After the change, we can register write metrics to flink correctly.
---
packaging/hudi-flink-bundle/pom.xml | 4 ----
1 file changed, 4 deletions(-)
diff --git a/packaging/hudi-flink-bundle/pom.xml
b/packaging/hudi-flink-bundle/pom.xml
index 62e68daa9cd..09ec89c01bd 100644
--- a/packaging/hudi-flink-bundle/pom.xml
+++ b/packaging/hudi-flink-bundle/pom.xml
@@ -193,10 +193,6 @@
<pattern>com.beust.jcommander.</pattern>
<shadedPattern>${flink.bundle.shade.prefix}com.beust.jcommander.</shadedPattern>
</relocation>
- <relocation>
- <pattern>com.codahale.metrics.</pattern>
-
<shadedPattern>${flink.bundle.shade.prefix}com.codahale.metrics.</shadedPattern>
- </relocation>
<relocation>
<pattern>org.apache.commons.codec.</pattern>
<shadedPattern>${flink.bundle.shade.prefix}org.apache.commons.codec.</shadedPattern>