|
vor 6 Jahren | |
---|---|---|
.. | ||
public | a5be75974f YARN-4849. Addendum patch to fix ASF warnings. (Wangda Tan via Sunil G) | vor 8 Jahren |
src | d11fdbb7ac YARN-8961. [UI2] Flow Run End Time shows 'Invalid date'. Contributed by Akhil PB | vor 6 Jahren |
README.md | b658ae002f YARN-6943. Update Yarn to YARN in documentation. Contributed by Chetna Chaudhari. | vor 7 Jahren |
pom.xml | f0de11ba98 Preparing for 3.0.4 development | vor 7 Jahren |
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.