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 6094ff8  BIGTOP-3639 (addendum). Alluxio build fails on ppc64le. (#877)
6094ff8 is described below

commit 6094ff896a74030b60ba5ce436b582d2de16bbdb
Author: Kengo Seki <[email protected]>
AuthorDate: Mon Mar 28 09:39:17 2022 +0900

    BIGTOP-3639 (addendum). Alluxio build fails on ppc64le. (#877)
---
 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

Reply via email to