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

nic pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/kylin.git


The following commit(s) were added to refs/heads/master by this push:
     new c844743  KYLIN-4539 Spark build failed due to 
com.codahale.metrics.json.MetricsModule loaded from kylin job jar
c844743 is described below

commit c844743acbf6ffbab46937bded3ac4e0fafa5130
Author: Guangxu Cheng <gxch...@apache.org>
AuthorDate: Thu May 28 11:36:21 2020 +0800

    KYLIN-4539 Spark build failed due to 
com.codahale.metrics.json.MetricsModule loaded from kylin job jar
---
 assembly/pom.xml | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/assembly/pom.xml b/assembly/pom.xml
index 52d4409..4d58c91 100644
--- a/assembly/pom.xml
+++ b/assembly/pom.xml
@@ -232,6 +232,10 @@
                                     <pattern>org.apache.commons.jocl</pattern>
                                     
<shadedPattern>${shadeBase}.org.apache.commons.jocl</shadedPattern>
                                 </relocation>
+                                <relocation>
+                                    <pattern>com.codahale.metrics</pattern>
+                                    
<shadedPattern>${shadeBase}.com.codahale.metrics</shadedPattern>
+                                </relocation>
                             </relocations>
                             <filters>
                                 <filter>

Reply via email to