Skip to content

Commit

Permalink
[MINOR] Remove shaded of codahale metrics in flink bundle. (#11954)
Browse files Browse the repository at this point in the history
After the change, we can register write metrics to flink correctly.
  • Loading branch information
zhangwl9 committed Sep 19, 2024
1 parent c223a3f commit 62f1100
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions packaging/hudi-flink-bundle/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down

0 comments on commit 62f1100

Please sign in to comment.