|
6 gadi atpakaļ | |
---|---|---|
.. | ||
src | 00406f583b YARN-8469. [UI2] URL needs to be trimmed to handle index.html redirection while accessing via knox. Contributed by Sunil Govindan. | 6 gadi atpakaļ |
README.md | c9b525bd94 YARN-6943. Update Yarn to YARN in documentation. Contributed by Chetna Chaudhari. | 7 gadi atpakaļ |
pom.xml | 25bf1d3ac6 Updated branch-3.1 to track 3.1.1 | 7 gadi atpakaļ |
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.