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 404da8d8b BIGTOP-4018. Upgrade Alluxio to 2.9.3. (#1189)
404da8d8b is described below

commit 404da8d8b279b35b2311afdb0329d58011cf1e49
Author: Kengo Seki <[email protected]>
AuthorDate: Tue Oct 17 12:27:59 2023 +0900

    BIGTOP-4018. Upgrade Alluxio to 2.9.3. (#1189)
---
 bigtop-packages/src/common/alluxio/do-component-build | 2 +-
 bigtop.bom                                            | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/bigtop-packages/src/common/alluxio/do-component-build 
b/bigtop-packages/src/common/alluxio/do-component-build
index 36679a195..1ff97812e 100644
--- a/bigtop-packages/src/common/alluxio/do-component-build
+++ b/bigtop-packages/src/common/alluxio/do-component-build
@@ -34,7 +34,7 @@ if [ $HOSTTYPE = "powerpc64le" ] ; then
   # And protoc grpc-java-1.28.0 was also built based on protobuf-3.17.3 in 
Bigtop toolchain.
   # So manually install 3.17.3 here to workaound the GLIBC issue on Centos-7.
   if [ "${OS}" = "centos" ]; then
-    sed -i 's/3.19.2/3.17.3/g' pom.xml
+    sed -i 's/3.19.6/3.17.3/g' pom.xml
     mvn install:install-file -DgroupId=com.google.protobuf -DartifactId=protoc 
-Dversion=3.17.3 \
       -Dclassifier=linux-ppcle_64 -Dpackaging=exe 
-Dfile=/usr/local/protobuf-3.17.3/bin/protoc "$@"
   fi
diff --git a/bigtop.bom b/bigtop.bom
index 23e2a07ed..f6bf61f62 100644
--- a/bigtop.bom
+++ b/bigtop.bom
@@ -291,7 +291,7 @@ bigtop {
       name    = "alluxio"
       pkg     = "alluxio"
       relNotes = "Alluxio: a memory-centric distributed file system"
-      version { base = '2.8.0'; pkg = base; release = 2 }
+      version { base = '2.9.3'; pkg = base; release = 1 }
       tarball { destination = "$name-${version.base}.tar.gz"
                 source      = "v${version.base}.tar.gz" }
       url     { site = "https://github.com/Alluxio/alluxio/archive";

Reply via email to