1
0

Replacing Apache commons-lang3 object serializer with Kryo serializer

This commit is contained in:
Omkar Joshi
2019-03-18 11:29:45 -07:00
committed by vinoth chandar
parent 48797b1ae1
commit a6c45feb2c
11 changed files with 152 additions and 122 deletions

View File

@@ -201,6 +201,10 @@
<pattern>org.apache.commons</pattern>
<shadedPattern>com.uber.hoodie.org.apache.commons</shadedPattern>
</relocation>
<relocation>
<pattern>com.twitter.chill.</pattern>
<shadedPattern>com.uber.hoodie.com.twitter.chill.</shadedPattern>
</relocation>
</relocations>
<createDependencyReducedPom>false</createDependencyReducedPom>
<artifactSet>
@@ -211,6 +215,7 @@
<include>com.twitter:parquet-hadoop-bundle</include>
<include>com.twitter.common:objectsize</include>
<include>commons-logging:commons-logging</include>
<include>com.twitter:chill_2.11</include>
</includes>
</artifactSet>
<finalName>${project.artifactId}-${project.version}</finalName>

View File

@@ -199,6 +199,10 @@
<pattern>parquet.schema.</pattern>
<shadedPattern>com.uber.hoodie.parquet.schema.</shadedPattern>
</relocation>
<relocation>
<pattern>com.twitter.chill.</pattern>
<shadedPattern>com.uber.hoodie.com.twitter.chill.</shadedPattern>
</relocation>
</relocations>
<createDependencyReducedPom>false</createDependencyReducedPom>
<artifactSet>

View File

@@ -161,6 +161,10 @@
<pattern>parquet.schema.</pattern>
<shadedPattern>com.uber.hoodie.parquet.schema.</shadedPattern>
</relocation>
<relocation>
<pattern>com.twitter.chill.</pattern>
<shadedPattern>com.uber.hoodie.com.twitter.chill.</shadedPattern>
</relocation>
</relocations>
<createDependencyReducedPom>false</createDependencyReducedPom>
<artifactSet>

View File

@@ -148,6 +148,10 @@
<pattern>org.apache.hadoop.hive.service.</pattern>
<shadedPattern>com.uber.hoodie.org.apache.hadoop_hive.service.</shadedPattern>
</relocation>
<relocation>
<pattern>com.twitter.chill.</pattern>
<shadedPattern>com.uber.hoodie.com.twitter.chill.</shadedPattern>
</relocation>
</relocations>
<createDependencyReducedPom>false</createDependencyReducedPom>
<artifactSet>