guyuqi commented on code in PR #1150:
URL: https://github.com/apache/bigtop/pull/1150#discussion_r1282831359


##########
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:
   You may have a misconception about Bower installation here.
   It's not allowed to install `bower` by user: `root`.
   
   The `--allow-root `flag allows the installation of Bower by the `root` user.
   But we should build and test Bigotp components by `jenkins` user.
   `--allow-root` should be false not be true here.
   Could you please try to build tez by jenkins user?
   



-- 
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]

Reply via email to