You are viewing a plain text version of this content. The canonical link for it is here.
Posted to common-commits@hadoop.apache.org by aa...@apache.org on 2020/11/24 06:23:52 UTC

[hadoop] branch branch-3.1 updated: YARN-10470. When building new web ui with root user, the bower install should support it. Contributed by zhuqi.

This is an automated email from the ASF dual-hosted git repository.

aajisaka pushed a commit to branch branch-3.1
in repository https://gitbox.apache.org/repos/asf/hadoop.git


The following commit(s) were added to refs/heads/branch-3.1 by this push:
     new 4638ed9  YARN-10470. When building new web ui with root user, the bower install should support it. Contributed by zhuqi.
4638ed9 is described below

commit 4638ed94dbf20e65293e675222e7bdaeb141b68a
Author: Akira Ajisaka <aa...@apache.org>
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 c5cfd1e..4666029 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: common-commits-unsubscribe@hadoop.apache.org
For additional commands, e-mail: common-commits-help@hadoop.apache.org