|
6 роки тому | |
---|---|---|
.. | ||
public | 542f661cc1 YARN-4849. Addendum patch to fix ASF warnings. (Wangda Tan via Sunil G) | 7 роки тому |
src | 25c231e799 YARN-8747. [UI2] YARN UI2 page loading failed due to js error under some time zone configuration. Contributed by collinma. | 6 роки тому |
README.md | 3aa8111594 YARN-6458. Use yarn package manager to lock down dependency versions for new web UI. Contributed by Sreenath Somarajapuram. | 7 роки тому |
pom.xml | 55f296d25d HADOOP-16331. Fix ASF License check in pom.xml. Contributed by Akira Ajisaka. | 6 роки тому |
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.