Skip to content

Commit

Permalink
[HUDI-7394] Fix run script of hudi-timeline-server-bundle (#10640)
Browse files Browse the repository at this point in the history
  • Loading branch information
voonhous authored Feb 8, 2024
1 parent 61b5979 commit 734015f
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions packaging/hudi-timeline-server-bundle/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,13 @@
<artifactId>rocksdbjni</artifactId>
</dependency>

<!-- Override the provided scope defined in hudi-common -->
<dependency>
<groupId>org.apache.avro</groupId>
<artifactId>avro</artifactId>
<scope>compile</scope>
</dependency>

<!-- Hadoop -->
<dependency>
<groupId>org.apache.hadoop</groupId>
Expand Down Expand Up @@ -192,6 +199,7 @@
<include>commons-io:commons-io</include>
<include>log4j:log4j</include>
<include>org.openjdk.jol:jol-core</include>
<include>org.apache.avro:avro</include>
</includes>
</artifactSet>
<relocations combine.children="append">
Expand All @@ -207,6 +215,10 @@
<pattern>com.fasterxml.jackson.</pattern>
<shadedPattern>org.apache.hudi.com.fasterxml.jackson.</shadedPattern>
</relocation>
<relocation>
<pattern>org.apache.avro.</pattern>
<shadedPattern>org.apache.hudi.org.apache.avro.</shadedPattern>
</relocation>
</relocations>
</configuration>
<executions>
Expand Down

0 comments on commit 734015f

Please sign in to comment.