This is an automated email from the ASF dual-hosted git repository.
iwasakims pushed a commit to branch branch-3.2
in repository https://gitbox.apache.org/repos/asf/bigtop.git
The following commit(s) were added to refs/heads/branch-3.2 by this push:
new 311c50099 BIGTOP-4002. Fix build failure of Zeppelin against Hadoop
3.3.6 due to dependency convergence error. (#1175)
311c50099 is described below
commit 311c50099dca6a0643fc9a58e7910f24a0caf66a
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)
(cherry picked from commit bb530021b149e2979722c09d411be307b2633dea)
---
.../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>
+