Skip to content

Commit ae1bcf3

Browse files
author
Alexey Kudinkin
committed
Added Kryo to hudi-integ-test-bundle
1 parent 9c95bbc commit ae1bcf3

File tree

1 file changed

+24
-0
lines changed
  • packaging/hudi-integ-test-bundle

1 file changed

+24
-0
lines changed

packaging/hudi-integ-test-bundle/pom.xml

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,11 @@
8787
<include>org.apache.hudi:hudi-timeline-service</include>
8888
<include>org.apache.hudi:hudi-integ-test</include>
8989

90+
<!-- Kryo -->
91+
<include>com.esotericsoftware:kryo-shaded</include>
92+
<include>com.esotericsoftware:minlog</include>
93+
<include>org.objenesis:objenesis</include>
94+
9095
<include>org.apache.hbase:hbase-common</include>
9196
<include>org.apache.hbase:hbase-client</include>
9297
<include>org.apache.hbase:hbase-hadoop-compat</include>
@@ -186,6 +191,25 @@
186191
<pattern>org.apache.spark.sql.avro.</pattern>
187192
<shadedPattern>org.apache.hudi.org.apache.spark.sql.avro.</shadedPattern>
188193
</relocation>
194+
195+
<!-- Kryo -->
196+
<relocation>
197+
<pattern>com.esotericsoftware.kryo.</pattern>
198+
<shadedPattern>org.apache.hudi.com.esotericsoftware.kryo.</shadedPattern>
199+
</relocation>
200+
<relocation>
201+
<pattern>com.esotericsoftware.reflectasm.</pattern>
202+
<shadedPattern>org.apache.hudi.com.esotericsoftware.reflectasm.</shadedPattern>
203+
</relocation>
204+
<relocation>
205+
<pattern>com.esotericsoftware.minlog.</pattern>
206+
<shadedPattern>org.apache.hudi.com.esotericsoftware.minlog.</shadedPattern>
207+
</relocation>
208+
<relocation>
209+
<pattern>org.objenesis.</pattern>
210+
<shadedPattern>org.apache.hudi.org.objenesis.</shadedPattern>
211+
</relocation>
212+
189213
<relocation>
190214
<pattern>com.beust.jcommander.</pattern>
191215
<shadedPattern>org.apache.hudi.com.beust.jcommander.</shadedPattern>

0 commit comments

Comments
 (0)