This is an automated email from the ASF dual-hosted git repository.
aajisaka pushed a commit to branch branch-3.2
in repository https://gitbox.apache.org/repos/asf/hadoop.git
The following commit(s) were added to refs/heads/branch-3.2 by this push:
new 752c890 YARN-10470. When building new web ui with root user, the
bower install should support it. Contributed by zhuqi.
752c890 is described below
commit 752c890f9dcdb45ae243ab78cd05677ced251b5a
Author: Akira Ajisaka <[email protected]>
AuthorDate: Tue Nov 24 15:19:25 2020 +0900
YARN-10470. When building new web ui with root user, the bower install
should support it. Contributed by zhuqi.
(cherry picked from commit c4ba0ab7dfcfe76f928d06fcb29ca0cc4d778737)
---
hadoop-yarn-project/hadoop-yarn/hadoop-yarn-ui/pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/hadoop-yarn-project/hadoop-yarn/hadoop-yarn-ui/pom.xml
b/hadoop-yarn-project/hadoop-yarn/hadoop-yarn-ui/pom.xml
index c1cae7f..7dce9cf 100644
--- a/hadoop-yarn-project/hadoop-yarn/hadoop-yarn-ui/pom.xml
+++ b/hadoop-yarn-project/hadoop-yarn/hadoop-yarn-ui/pom.xml
@@ -161,7 +161,7 @@
<phase>generate-resources</phase>
<id>bower install</id>
<configuration>
- <arguments>install</arguments>
+ <arguments>install --allow-root</arguments>
</configuration>
<goals>
<goal>bower</goal>
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]