Skip to content

Commit 62f1100

Browse files
authored
[MINOR] Remove shaded of codahale metrics in flink bundle. (#11954)
After the change, we can register write metrics to flink correctly.
1 parent c223a3f commit 62f1100

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

packaging/hudi-flink-bundle/pom.xml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -193,10 +193,6 @@
193193
<pattern>com.beust.jcommander.</pattern>
194194
<shadedPattern>${flink.bundle.shade.prefix}com.beust.jcommander.</shadedPattern>
195195
</relocation>
196-
<relocation>
197-
<pattern>com.codahale.metrics.</pattern>
198-
<shadedPattern>${flink.bundle.shade.prefix}com.codahale.metrics.</shadedPattern>
199-
</relocation>
200196
<relocation>
201197
<pattern>org.apache.commons.codec.</pattern>
202198
<shadedPattern>${flink.bundle.shade.prefix}org.apache.commons.codec.</shadedPattern>

0 commit comments

Comments
 (0)