guyuqi commented on code in PR #1150: URL: https://github.com/apache/bigtop/pull/1150#discussion_r1283904805
########## 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: The log tells: "Since bower is a user command, there is no need to execute it with superuser permissions". Please try to add -u jenkins in build command: `docker run --rm -u jenkins ....` -- 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]
