iwasakims commented on a change in pull request #1750: YARN-10020. Fix build instruction of hadoop-yarn-ui. URL: https://github.com/apache/hadoop/pull/1750#discussion_r358621253
########## File path: hadoop-yarn-project/hadoop-yarn/hadoop-yarn-ui/README.md ########## @@ -62,3 +67,21 @@ YARN UI has replaced NPM with Yarn package manager. And hence Yarn would be used ### Adding new routes (pages), controllers, components etc. * Use ember-cli blueprint generator - [Ember CLI](http://ember-cli.com/extending/#generators-and-blueprints) + +### Building with Maven + +[YARN-6278](https://issues.apache.org/jira/browse/YARN-6278) +added build profile using frontend-maven-plugin which +automatically installs Node.js and Yarn locally under target/webapp directory. +After building yarn-ui by `mvn package -Pyarn-ui`, you can reuse +locally installed Node.js and Yarn instead of manually installing them. Review comment: fixed. ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
