YARN-6421. Upgrade frontend-maven-plugin to 1.1 to fix new YARN UI build error in ppc64le. Contributed by Sonia Garudi.
Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/d2f889b8 Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/d2f889b8 Diff: http://git-wip-us.apache.org/repos/asf/hadoop/diff/d2f889b8 Branch: refs/heads/HDFS-10467 Commit: d2f889b89dc4f106d97686b5aa91a7bd84928a0c Parents: 5c6d4a1 Author: Sunil G <sun...@apache.org> Authored: Wed Apr 12 12:01:47 2017 +0530 Committer: Inigo <inigo...@apache.org> Committed: Mon Apr 17 11:17:02 2017 -0700 ---------------------------------------------------------------------- hadoop-yarn-project/hadoop-yarn/hadoop-yarn-ui/pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/hadoop/blob/d2f889b8/hadoop-yarn-project/hadoop-yarn/hadoop-yarn-ui/pom.xml ---------------------------------------------------------------------- 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 40eb54d..bec99cc 100644 --- a/hadoop-yarn-project/hadoop-yarn/hadoop-yarn-ui/pom.xml +++ b/hadoop-yarn-project/hadoop-yarn/hadoop-yarn-ui/pom.xml @@ -123,7 +123,7 @@ <plugin> <groupId>com.github.eirslett</groupId> <artifactId>frontend-maven-plugin</artifactId> - <version>0.0.22</version> + <version>1.1</version> <configuration> <workingDirectory>${webappTgtDir}</workingDirectory> </configuration> @@ -172,7 +172,7 @@ <workingDirectory>${webappTgtDir}</workingDirectory> <executable>${node.executable}</executable> <arguments> - <argument>node/npm/bin/npm-cli</argument> + <argument>node/node_modules/npm/bin/npm-cli</argument> <argument>run</argument> <argument>build:mvn</argument> </arguments> --------------------------------------------------------------------- To unsubscribe, e-mail: common-commits-unsubscr...@hadoop.apache.org For additional commands, e-mail: common-commits-h...@hadoop.apache.org