This is an automated email from the ASF dual-hosted git repository.
uditme pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/hudi.git
The following commit(s) were added to refs/heads/master by this push:
new 6490b02 [HUDI-1345] Remove Hbase and htrace relocation from utilities
bundle (#2185)
6490b02 is described below
commit 6490b029dd05e5a3d704ebd5b314899a53dd76fb
Author: Bhavani Sudha Saktheeswaran <[email protected]>
AuthorDate: Mon Oct 19 14:11:08 2020 -0700
[HUDI-1345] Remove Hbase and htrace relocation from utilities bundle (#2185)
---
packaging/hudi-utilities-bundle/pom.xml | 8 --------
1 file changed, 8 deletions(-)
diff --git a/packaging/hudi-utilities-bundle/pom.xml
b/packaging/hudi-utilities-bundle/pom.xml
index 91ae5fd..39e48bb 100644
--- a/packaging/hudi-utilities-bundle/pom.xml
+++ b/packaging/hudi-utilities-bundle/pom.xml
@@ -168,14 +168,6 @@
<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>
</relocation>