You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@bigtop.apache.org by se...@apache.org on 2021/07/07 01:47:37 UTC

[bigtop] branch master updated: BIGTOP-3567. Building Zeppelin fails due to the dependency downloading problem. (#795)

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

sekikn 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 01e5c42  BIGTOP-3567. Building Zeppelin fails due to the dependency downloading problem. (#795)
01e5c42 is described below

commit 01e5c42badb25417f0e1f8bafe3fdbc72e51c61d
Author: Kengo Seki <se...@apache.org>
AuthorDate: Wed Jul 7 10:47:31 2021 +0900

    BIGTOP-3567. Building Zeppelin fails due to the dependency downloading problem. (#795)
---
 .../src/common/zeppelin/patch0-ZEPPELIN-5451.diff  | 32 ++++++++++++++++++++++
 1 file changed, 32 insertions(+)

diff --git a/bigtop-packages/src/common/zeppelin/patch0-ZEPPELIN-5451.diff b/bigtop-packages/src/common/zeppelin/patch0-ZEPPELIN-5451.diff
new file mode 100644
index 0000000..b494361
--- /dev/null
+++ b/bigtop-packages/src/common/zeppelin/patch0-ZEPPELIN-5451.diff
@@ -0,0 +1,32 @@
+diff -ur zeppelin-0.9.0/shell/pom.xml zeppelin/shell/pom.xml
+--- zeppelin-0.9.0/shell/pom.xml	2020-12-20 14:38:40.000000000 +0900
++++ zeppelin/shell/pom.xml	2021-07-07 09:39:42.611786927 +0900
+@@ -46,9 +46,9 @@
+   <!-- pty4j library not in maven central repository (http://repo.maven.apache.org/maven2) -->
+   <repositories>
+     <repository>
+-      <id>bintray-jetbrains-pty4j</id>
+-      <name>bintray</name>
+-      <url>https://jetbrains.bintray.com/pty4j</url>
++      <id>jetbrains-intellij-dependencies</id>
++      <name>JetBrains Pty4j Repository</name>
++      <url>https://packages.jetbrains.team/maven/p/ij/intellij-dependencies</url>
+     </repository>
+   </repositories>
+ 
+diff -ur zeppelin-0.9.0/submarine/pom.xml zeppelin/submarine/pom.xml
+--- zeppelin-0.9.0/submarine/pom.xml	2020-12-20 14:38:40.000000000 +0900
++++ zeppelin/submarine/pom.xml	2021-07-07 09:40:00.128115536 +0900
+@@ -45,9 +45,9 @@
+ 
+   <repositories>
+     <repository>
+-      <id>bintray-jetbrains-pty4j</id>
+-      <name>bintray</name>
+-      <url>https://jetbrains.bintray.com/pty4j</url>
++      <id>jetbrains-intellij-dependencies</id>
++      <name>JetBrains Pty4j Repository</name>
++      <url>https://packages.jetbrains.team/maven/p/ij/intellij-dependencies</url>
+     </repository>
+   </repositories>
+