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 2020/11/16 13:02:23 UTC

[bigtop] branch master updated: BIGTOP-3448. Building Alluxio fails on all distros. (#700)

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 bae3cd9  BIGTOP-3448. Building Alluxio fails on all distros. (#700)
bae3cd9 is described below

commit bae3cd98538493dfa15a54e8c36786be255164d6
Author: Kengo Seki <se...@apache.org>
AuthorDate: Mon Nov 16 22:02:08 2020 +0900

    BIGTOP-3448. Building Alluxio fails on all distros. (#700)
---
 .../src/common/alluxio/patch2-fix-jnr-fuse-repo.diff   | 18 ++++++++++++++++++
 1 file changed, 18 insertions(+)

diff --git a/bigtop-packages/src/common/alluxio/patch2-fix-jnr-fuse-repo.diff b/bigtop-packages/src/common/alluxio/patch2-fix-jnr-fuse-repo.diff
new file mode 100644
index 0000000..4526e69
--- /dev/null
+++ b/bigtop-packages/src/common/alluxio/patch2-fix-jnr-fuse-repo.diff
@@ -0,0 +1,18 @@
+diff --git a/pom.xml b/pom.xml
+index fc9e13a149..162824764f 100644
+--- a/pom.xml
++++ b/pom.xml
+@@ -100,10 +100,9 @@
+       </snapshots>
+     </repository>
+     <repository>
+-      <!-- for Pivotal's distribution -->
+-      <id>spring-releases</id>
+-      <name>Spring Release Repository</name>
+-      <url>http://repo.spring.io/libs-release</url>
++      <id>bintray</id>
++      <name>bintray</name>
++      <url>https://jcenter.bintray.com</url>
+       <releases>
+         <enabled>true</enabled>
+       </releases>