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

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


The following commit(s) were added to refs/heads/master by this push:
     new bb530021b BIGTOP-4002. Fix build failure of Zeppelin against Hadoop 
3.3.6 due to dependency convergence error. (#1175)
bb530021b is described below

commit bb530021b149e2979722c09d411be307b2633dea
Author: Masatake Iwasaki <[email protected]>
AuthorDate: Fri Sep 8 13:08:35 2023 +0900

    BIGTOP-4002. Fix build failure of Zeppelin against Hadoop 3.3.6 due to 
dependency convergence error. (#1175)
---
 .../zeppelin/patch4-exclude-metrics-core.diff      | 26 ++++++++++++++++++++++
 1 file changed, 26 insertions(+)

diff --git 
a/bigtop-packages/src/common/zeppelin/patch4-exclude-metrics-core.diff 
b/bigtop-packages/src/common/zeppelin/patch4-exclude-metrics-core.diff
new file mode 100644
index 000000000..3cfa7d8ac
--- /dev/null
+++ b/bigtop-packages/src/common/zeppelin/patch4-exclude-metrics-core.diff
@@ -0,0 +1,26 @@
+diff --git a/zeppelin-server/pom.xml b/zeppelin-server/pom.xml
+index 3f9d7f7ef..d3386499f 100644
+--- a/zeppelin-server/pom.xml
++++ b/zeppelin-server/pom.xml
+@@ -307,6 +307,10 @@
+           <groupId>org.eclipse.jetty.websocket</groupId>
+           <artifactId>websocket-client</artifactId>
+         </exclusion>
++        <exclusion>
++          <groupId>io.dropwizard.metrics</groupId>
++          <artifactId>metrics-core</artifactId>
++        </exclusion>
+       </exclusions>
+     </dependency>
+ 
+@@ -333,6 +337,10 @@
+           <groupId>javax.xml.bind</groupId>
+           <artifactId>jaxb-api</artifactId>
+         </exclusion>
++        <exclusion>
++          <groupId>io.dropwizard.metrics</groupId>
++          <artifactId>metrics-core</artifactId>
++        </exclusion>
+       </exclusions>
+     </dependency>
+ 

Reply via email to