|
%!s(int64=7) %!d(string=hai) anos | |
---|---|---|
.. | ||
public | a5be75974f YARN-4849. Addendum patch to fix ASF warnings. (Wangda Tan via Sunil G) | %!s(int64=8) %!d(string=hai) anos |
src | f702c95754 YARN-6182. Fix alignment issues and missing information in new YARN UI's Queue page. Contributed by Akhil PB. | %!s(int64=7) %!d(string=hai) anos |
README.md | c9b525bd94 YARN-6943. Update Yarn to YARN in documentation. Contributed by Chetna Chaudhari. | %!s(int64=7) %!d(string=hai) anos |
pom.xml | 0d419c984f Preparing for 3.1.0 development | %!s(int64=7) %!d(string=hai) anos |
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.