|
пре 5 година | |
---|---|---|
.. | ||
src | 58ad5ad493 YARN-9729. [UI2] Fix error message for logs when ATSv2 is offline. Contributed by Zoltan Siegl. | пре 5 година |
README.md | c9b525bd94 YARN-6943. Update Yarn to YARN in documentation. Contributed by Chetna Chaudhari. | пре 7 година |
pom.xml | 9becf23909 Set version to 3.1.3 and preparing for 3.1.3 release. | пре 5 година |
pom.xml.versionsBackup | 9becf23909 Set version to 3.1.3 and preparing for 3.1.3 release. | пре 5 година |
The YARN UI is an Ember based web-app that provides visualization of the applications running on the Apache Hadoop YARN framework.
src/main/webapp/config/configs.env
All the following commands must be run inside src/main/webapp
.
You will need the following things properly installed on your computer.
yarn install
& bower install
yarn start
yarn run build
(production)Warning: Do not edit the package.json or bower.json files manually. This could make them out-of-sync with the respective lock or shrinkwrap files.
YARN UI has replaced NPM with Yarn package manager. And hence Yarn would be used to manage dependencies defined in package.json.