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 2022/03/23 03:30:37 UTC

[bigtop] branch master updated: BIGTOP-3654. Building Hadoop fails on ppc64le. (#874)

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 d3a2987  BIGTOP-3654. Building Hadoop fails on ppc64le. (#874)
d3a2987 is described below

commit d3a29877bbbfd096fd1b7dfe422610d459545c37
Author: Kengo Seki <se...@apache.org>
AuthorDate: Wed Mar 23 12:30:31 2022 +0900

    BIGTOP-3654. Building Hadoop fails on ppc64le. (#874)
---
 bigtop-packages/src/common/hadoop/do-component-build | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/bigtop-packages/src/common/hadoop/do-component-build b/bigtop-packages/src/common/hadoop/do-component-build
index 3f188e2..d0f202d 100644
--- a/bigtop-packages/src/common/hadoop/do-component-build
+++ b/bigtop-packages/src/common/hadoop/do-component-build
@@ -20,7 +20,7 @@ set -ex
 # with version of leveldbjni-all library that is not x86 specific
 if [ $HOSTTYPE = "powerpc64le" ] ; then
         #download the POWER version of leveldb
-        git clone git://github.com/ibmsoe/leveldb.git
+        git clone https://github.com/ibmsoe/leveldb.git
         git clone https://github.com/ibmsoe/leveldbjni.git
         export SNAPPY_HOME=/usr/lib
         export LEVELDB_HOME=`cd leveldb; pwd`