tree: 0223add37f085b825bcfa6609987958a927cf53c [path history] [tgz]
  1. app/
  2. blueprints/
  3. config/
  4. public/
  5. tests/
  6. WEB-INF/
  7. .bowerrc
  8. .editorconfig
  9. .ember-cli
  10. .gitignore
  11. .jshintrc
  12. .travis.yml
  13. .watchmanconfig
  14. bower.json
  15. ember-cli-build.js
  16. package.json
  17. README.md
  18. testem.json
tez-ui2/src/main/webapp/README.md

Tez-ui

The Tez UI is an ember based web-app that provides visualization of Tez applications running on the Apache Hadoop YARN framework.

For more information on Tez and the Tez UI - Check the Tez homepage.

Configurations

  • By default timeline is expected at localhost:8188 & RM at localhost:8088
  • You can point the UI to custom locations by setting the environment variables in src/main/webapp/config/configs.env

Development

All the following commands must be run inside src/main/webapp.

Prerequisites

You will need the following things properly installed on your computer.

  • Install Node.js (with NPM)
  • Install Bower
  • Install all dependencies by running npm install & bower install

Running UI

Running Tests

  • npm test

Building

  • npm run build (production)
  • Files would be stored in “dist/”

Adding new routes (pages), controllers, components etc.

  • Use ember-cli blueprint generator - Ember CLI