File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
bigtop-packages/src/common/zeppelin Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -48,7 +48,7 @@ BUILD_OPTS="-Dhadoop3.2.version=${HADOOP_VERSION} \
4848if [ $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
5353sed -i " s|<node.version>v12.3.1</node.version>|<node.version>v12.22.1</node.version>|" pom.xml
5454sed -i " s|<npm.version>6.9.0</npm.version>|<npm.version>6.14.12</npm.version>|" pom.xml
You can’t perform that action at this time.
0 commit comments