This is an automated email from the ASF dual-hosted git repository.

iwasakims pushed a commit to branch branch-3.2
in repository https://gitbox.apache.org/repos/asf/bigtop.git


The following commit(s) were added to refs/heads/branch-3.2 by this push:
     new 1e1da4e70 BIGTOP-3970. Fix build failure of Zeppelin due to missing 
grpc-java-1.26.0 on ppc64le. (#1153)
1e1da4e70 is described below

commit 1e1da4e70b2695476c31624cd1738f36b3ecae52
Author: Masatake Iwasaki <[email protected]>
AuthorDate: Mon Jul 31 19:00:58 2023 +0900

    BIGTOP-3970. Fix build failure of Zeppelin due to missing grpc-java-1.26.0 
on ppc64le. (#1153)
    
    (cherry picked from commit 02c1fb93f86edb587d7a215517c16c0181e8c576)
---
 bigtop-packages/src/common/zeppelin/do-component-build | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/bigtop-packages/src/common/zeppelin/do-component-build 
b/bigtop-packages/src/common/zeppelin/do-component-build
index fdac7461b..149501ac9 100644
--- a/bigtop-packages/src/common/zeppelin/do-component-build
+++ b/bigtop-packages/src/common/zeppelin/do-component-build
@@ -48,7 +48,7 @@ BUILD_OPTS="-Dhadoop3.2.version=${HADOOP_VERSION} \
 if [ $HOSTTYPE = "powerpc64le" ] ; then
   mvn install:install-file -DgroupId=com.google.protobuf -DartifactId=protoc 
-Dversion=3.5.0 \
       -Dclassifier=linux-ppcle_64 -Dpackaging=exe 
-Dfile=/usr/local/protobuf-3.17.3/bin/protoc
-  
+  mvn install:install-file -DgroupId=io.grpc -DartifactId=protoc-gen-grpc-java 
-Dversion=1.26.0 -Dclassifier=linux-ppcle_64 -Dpackaging=exe 
-Dfile=/usr/src/grpc-java-1.26.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|<node.version>v12.3.1</node.version>|<node.version>v12.22.1</node.version>|" 
pom.xml
 sed -i 
"s|<npm.version>6.9.0</npm.version>|<npm.version>6.14.12</npm.version>|" pom.xml

Reply via email to