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

vinoth 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 657e73f  [HUDI-1540] Fixing commons codec dependency in bundle jars 
(#2562)
657e73f is described below

commit 657e73f9b157a1ed4d6e6e515ae8f63156061b88
Author: Sivabalan Narayanan <[email protected]>
AuthorDate: Mon Mar 1 12:34:10 2021 -0500

    [HUDI-1540] Fixing commons codec dependency in bundle jars (#2562)
    
    - Actually including `commons-codec` into the spark/utilities bundles
---
 packaging/hudi-spark-bundle/pom.xml     | 1 +
 packaging/hudi-utilities-bundle/pom.xml | 1 +
 2 files changed, 2 insertions(+)

diff --git a/packaging/hudi-spark-bundle/pom.xml 
b/packaging/hudi-spark-bundle/pom.xml
index 19184bf..ba91f54 100644
--- a/packaging/hudi-spark-bundle/pom.xml
+++ b/packaging/hudi-spark-bundle/pom.xml
@@ -112,6 +112,7 @@
                   <include>org.apache.hbase:hbase-protocol</include>
                   <include>org.apache.hbase:hbase-server</include>
                   <include>org.apache.htrace:htrace-core</include>
+                  <include>commons-codec:commons-codec</include> 
                 </includes>
               </artifactSet>
               <relocations>
diff --git a/packaging/hudi-utilities-bundle/pom.xml 
b/packaging/hudi-utilities-bundle/pom.xml
index 20ebe76..1a352f3 100644
--- a/packaging/hudi-utilities-bundle/pom.xml
+++ b/packaging/hudi-utilities-bundle/pom.xml
@@ -123,6 +123,7 @@
                   <include>org.apache.hbase:hbase-protocol</include>
                   <include>org.apache.hbase:hbase-server</include>
                   <include>org.apache.htrace:htrace-core</include>
+                  <include>commons-codec:commons-codec</include>
                 </includes>
               </artifactSet>
               <relocations>

Reply via email to