1
0

[HUDI-1345] Remove Hbase and htrace relocation from utilities bundle (#2185)

This commit is contained in:
Bhavani Sudha Saktheeswaran
2020-10-19 14:11:08 -07:00
committed by GitHub
parent 4d80e1e221
commit 6490b029dd

View File

@@ -167,14 +167,6 @@
<pattern>org.apache.commons.codec.</pattern>
<shadedPattern>org.apache.hudi.org.apache.commons.codec.</shadedPattern>
</relocation>
<relocation>
<pattern>org.apache.hadoop.hbase.</pattern>
<shadedPattern>org.apache.hudi.org.apache.hadoop.hbase.</shadedPattern>
</relocation>
<relocation>
<pattern>org.apache.htrace.</pattern>
<shadedPattern>org.apache.hudi.org.apache.htrace.</shadedPattern>
</relocation>
<relocation>
<pattern>org.eclipse.jetty.</pattern>
<shadedPattern>org.apache.hudi.org.eclipse.jetty.</shadedPattern>