[ 
https://issues.apache.org/jira/browse/YARN-6421?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15952040#comment-15952040
 ] 

Sunil G commented on YARN-6421:
-------------------------------

Thanks [~Sonia] 

There is a potential issue here. frontend-maven-plugin 1.1 (or any version 
greater than 0.0.22) needs apache maven 3.1. In HADOOP, we needs only maven3.0 
as minimum version. Hence the build will fail.

As per the jenkins,
{noformat}
[ERROR] Failed to execute goal 
com.github.eirslett:frontend-maven-plugin:1.1:install-node-and-npm (install 
node and npm) on project hadoop-yarn-ui: The plugin 
com.github.eirslett:frontend-maven-plugin:1.1 requires Maven version 3.1.0
{noformat}

One of potential solution is to upgrade to maven 3.1 as minimum version. 
However this needs a discussion in dev/general mailing list.

On the other hand, an investigation is needed to check an alternative for 
*frontend-maven-plugin* if its there. I ll check on this, meantime if you have 
some other thoughts, please help to share. cc/[~Sreenath] [~leftnoteasy]

> Build failure in Yarn-UI on ppc64le
> -----------------------------------
>
>                 Key: YARN-6421
>                 URL: https://issues.apache.org/jira/browse/YARN-6421
>             Project: Hadoop YARN
>          Issue Type: Bug
>          Components: yarn-ui-v2
>    Affects Versions: 3.0.0-alpha3
>         Environment: Ubuntu 14.04 
> ppc64le
> $ java -version
> openjdk version "1.8.0_111"
> OpenJDK Runtime Environment (build 1.8.0_111-8u111-b14-3~14.04.1-b14)
> OpenJDK 64-Bit Server VM (build 25.111-b14, mixed mode)
>            Reporter: Sonia Garudi
>              Labels: ppc64le
>         Attachments: YARN-6421.patch
>
>
> The build fails with the following message :
> {code}
> [ERROR] 
> /ws/hadoop/hadoop-yarn-project/hadoop-yarn/hadoop-yarn-ui/target/src/main/webapp/node/node:
>  1: 
> /ws/hadoop/hadoop-yarn-project/hadoop-yarn/hadoop-yarn-ui/target/src/main/webapp/node/node:ELF:
>  not found
> [ERROR] 
> /ws/hadoop/hadoop-yarn-project/hadoop-yarn/hadoop-yarn-ui/target/src/main/webapp/node/node:
>  21: 
> /ws/hadoop/hadoop-yarn-project/hadoop-yarn/hadoop-yarn-ui/target/src/main/webapp/node/node:
>  Syntax error: ")" unexpected
> {code}
> The error is due to frontend-maven plugin version 0.0.22, which does not have 
> support for ppc64le. It downloads the x86 version of node. 
> ppc64le support was added to frontend-maven-plugin in version 1.1.



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)

---------------------------------------------------------------------
To unsubscribe, e-mail: yarn-issues-unsubscr...@hadoop.apache.org
For additional commands, e-mail: yarn-issues-h...@hadoop.apache.org

Reply via email to