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/f48e968b Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/f48e968b Diff: http://git-wip-us.apache.org/repos/asf/hadoop/diff/f48e968b Branch: refs/heads/trunk Commit: f48e968bec65977b312dd3ea38c1aab33fae83ee Parents: 23b1a7b Author: Sunil G <[email protected]> Authored: Wed Apr 12 12:01:47 2017 +0530 Committer: Sunil G <[email protected]> Committed: Wed Apr 12 12:01:47 2017 +0530 ---------------------------------------------------------------------- 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/f48e968b/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: [email protected] For additional commands, e-mail: [email protected]
