Revert "Replacing Apache commons-lang3 object serializer with Kryo serializer"
This reverts commit a6c45feb2c.
This commit is contained in:
committed by
Balaji Varadarajan
parent
9e7ce19b06
commit
e35d24f31d
@@ -195,10 +195,6 @@
|
||||
<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>
|
||||
@@ -209,9 +205,6 @@
|
||||
<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>
|
||||
<include>com.twitter:chill-java</include>
|
||||
<include>com.esotericsoftware:kryo-shaded</include>
|
||||
</includes>
|
||||
</artifactSet>
|
||||
<finalName>${project.artifactId}-${project.version}</finalName>
|
||||
|
||||
@@ -199,10 +199,6 @@
|
||||
<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>
|
||||
|
||||
@@ -161,10 +161,6 @@
|
||||
<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>
|
||||
|
||||
@@ -148,10 +148,6 @@
|
||||
<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>
|
||||
|
||||
Reference in New Issue
Block a user