You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hudi.apache.org by si...@apache.org on 2021/01/20 05:00:27 UTC

[hudi] branch master updated: [HUDI-1540] Fixing commons codec shading in spark bundle (#2460)

This is an automated email from the ASF dual-hosted git repository.

sivabalan 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 e23967b  [HUDI-1540] Fixing commons codec shading in spark bundle (#2460)
e23967b is described below

commit e23967b9e9fcc95dbe71369098c8d12cba90eb95
Author: Sivabalan Narayanan <si...@uber.com>
AuthorDate: Wed Jan 20 00:00:13 2021 -0500

    [HUDI-1540] Fixing commons codec shading in spark bundle (#2460)
---
 packaging/hudi-spark-bundle/pom.xml | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/packaging/hudi-spark-bundle/pom.xml b/packaging/hudi-spark-bundle/pom.xml
index 2722667..b44b8db 100644
--- a/packaging/hudi-spark-bundle/pom.xml
+++ b/packaging/hudi-spark-bundle/pom.xml
@@ -160,6 +160,10 @@
                   <shadedPattern>org.apache.hudi.com.codahale.metrics.</shadedPattern>
                 </relocation>
                 <relocation>
+                  <pattern>org.apache.commons.codec.</pattern>
+                  <shadedPattern>org.apache.hudi.org.apache.commons.codec.</shadedPattern>
+                </relocation>
+                <relocation>
                   <pattern>org.eclipse.jetty.</pattern>
                   <shadedPattern>org.apache.hudi.org.apache.jetty.</shadedPattern>
                 </relocation>