This is an automated email from the ASF dual-hosted git repository. sekikn pushed a commit to branch branch-3.0 in repository https://gitbox.apache.org/repos/asf/bigtop.git
commit 44c3ee744446fd69866ed8503ae1b0bcd6ef53ba Author: Kengo Seki <[email protected]> AuthorDate: Mon Mar 28 09:39:17 2022 +0900 BIGTOP-3639 (addendum). Alluxio build fails on ppc64le. (#877) (cherry picked from commit 6094ff896a74030b60ba5ce436b582d2de16bbdb) --- bigtop-packages/src/common/alluxio/do-component-build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bigtop-packages/src/common/alluxio/do-component-build b/bigtop-packages/src/common/alluxio/do-component-build index 359626e..79e60ef 100644 --- a/bigtop-packages/src/common/alluxio/do-component-build +++ b/bigtop-packages/src/common/alluxio/do-component-build @@ -19,7 +19,7 @@ set -ex . `dirname $0`/bigtop.bom if [ $HOSTTYPE = "powerpc64le" ] ; then - mvn install:install-file -DgroupId=io.grpc -DartifactId=protoc-gen-grpc-java -Dversion=1.28.0 -Dclassifier=linux-ppcle_64 -Dpackaging=exe -Dfile=/usr/src/grpc-java-1.28.0/compiler/build/exe/java_plugin/protoc-gen-grpc-java + mvn install:install-file -DgroupId=io.grpc -DartifactId=protoc-gen-grpc-java -Dversion=1.28.0 -Dclassifier=linux-ppcle_64 -Dpackaging=exe -Dfile=/usr/src/grpc-java-1.28.0/compiler/build/exe/java_plugin/protoc-gen-grpc-java "$@" sed -i "s|<nodeVersion>v10.11.0</nodeVersion>|<nodeVersion>v12.22.1</nodeVersion>|" webui/pom.xml sed -i "s|<npmVersion>6.4.1</npmVersion>|<npmVersion>6.14.7</npmVersion>|" webui/pom.xml
