iwasakims commented on code in PR #1105:
URL: https://github.com/apache/bigtop/pull/1105#discussion_r1172022970
##########
bigtop-packages/src/common/hadoop/do-component-build:
##########
@@ -48,7 +48,28 @@ if [ $HOSTTYPE = "powerpc64le" ] ; then
-Dclassifier=linux-ppcle_64 -Dpackaging=exe
-Dfile=/usr/src/grpc-java-1.26.0/compiler/build/exe/java_plugin/protoc-gen-grpc-java
fi
## BIGTOP-2288
-
+if [ $HOSTTYPE = "x86_64" ] ; then
+ #download the POWER version of ISA-L
+ yum remove nasm -y
Review Comment:
The do-component-build is used by all supported OS distros including Debian
and Ubuntu. You can not assume RHEL variant here.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]