|
il y a 7 ans | |
---|---|---|
.. | ||
public | a5be75974f YARN-4849. Addendum patch to fix ASF warnings. (Wangda Tan via Sunil G) | il y a 8 ans |
src | ad09c8f299 YARN-7104. Improve Nodes Heatmap in new YARN UI with better color coding. Contributed by Da Ding. | il y a 7 ans |
README.md | 46f7e91980 YARN-6458. Use yarn package manager to lock down dependency versions for new web UI. Contributed by Sreenath Somarajapuram. | il y a 8 ans |
pom.xml | af2773f609 Updating version for 3.0.0-beta1 development | il y a 8 ans |
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.