Skip to content

Commit 02c1fb9

Browse files
authored
BIGTOP-3970. Fix build failure of Zeppelin due to missing grpc-java-1.26.0 on ppc64le. (#1153)
1 parent b52211e commit 02c1fb9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bigtop-packages/src/common/zeppelin/do-component-build

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ BUILD_OPTS="-Dhadoop3.2.version=${HADOOP_VERSION} \
4848
if [ $HOSTTYPE = "powerpc64le" ] ; then
4949
mvn install:install-file -DgroupId=com.google.protobuf -DartifactId=protoc -Dversion=3.5.0 \
5050
-Dclassifier=linux-ppcle_64 -Dpackaging=exe -Dfile=/usr/local/protobuf-3.17.3/bin/protoc
51-
51+
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
5252
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
5353
sed -i "s|<node.version>v12.3.1</node.version>|<node.version>v12.22.1</node.version>|" pom.xml
5454
sed -i "s|<npm.version>6.9.0</npm.version>|<npm.version>6.14.12</npm.version>|" pom.xml

0 commit comments

Comments
 (0)