Hann0321 commented on code in PR #1150: URL: https://github.com/apache/bigtop/pull/1150#discussion_r1283898363
########## bigtop-packages/src/common/tez/do-component-build: ########## @@ -33,4 +33,11 @@ BUILD_TEZ_OPTS="clean package \ -Phadoop28 \ -DskipTests" +# install tez-ui by bower need the root permissions in openEuler Review Comment: > It seems you actually were building `Tez` by root users from the screenshot above: `/root/bigtop-fedora/build` @guyuqi If the Jenkins user is not granted the root permission to run the Bower installation command in the openEuler system, the error will occur. the screenshot above: /root/bigtop-fedora/build is the specified working directory.  My build command is :  -- 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]
