1
0

Revert "Replacing Apache commons-lang3 object serializer with Kryo serializer"

This reverts commit a6c45feb2c.
This commit is contained in:
Omkar Joshi
2019-04-16 18:35:25 -07:00
committed by Balaji Varadarajan
parent 9e7ce19b06
commit e35d24f31d
11 changed files with 122 additions and 155 deletions

View File

@@ -81,8 +81,6 @@
<include>org.apache.hive:hive-service</include>
<include>org.apache.hive:hive-metastore</include>
<include>org.apache.hive:hive-jdbc</include>
<include>com.twitter:chill_2.11</include>
<include>com.twitter:chill-java</include>
</includes>
</artifactSet>
<relocations>
@@ -122,10 +120,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>
</configuration>
</execution>