|
9 jaren geleden | |
---|---|---|
.. | ||
app | 0a5f652071 YARN-4517. Add nodes page and fix bunch of license issues. (Varun Saxena via wangda) | 8 jaren geleden |
config | 0a5f652071 YARN-4517. Add nodes page and fix bunch of license issues. (Varun Saxena via wangda) | 8 jaren geleden |
public | 53e661f68e YARN-4733. [YARN-3368] Initial commit of new YARN web UI. (wangda) | 8 jaren geleden |
tests | 0a5f652071 YARN-4517. Add nodes page and fix bunch of license issues. (Varun Saxena via wangda) | 8 jaren geleden |
vendor | 53e661f68e YARN-4733. [YARN-3368] Initial commit of new YARN web UI. (wangda) | 8 jaren geleden |
.bowerrc | 53e661f68e YARN-4733. [YARN-3368] Initial commit of new YARN web UI. (wangda) | 8 jaren geleden |
.editorconfig | 53e661f68e YARN-4733. [YARN-3368] Initial commit of new YARN web UI. (wangda) | 8 jaren geleden |
.ember-cli | 53e661f68e YARN-4733. [YARN-3368] Initial commit of new YARN web UI. (wangda) | 8 jaren geleden |
.gitignore | 53e661f68e YARN-4733. [YARN-3368] Initial commit of new YARN web UI. (wangda) | 8 jaren geleden |
.jshintrc | 53e661f68e YARN-4733. [YARN-3368] Initial commit of new YARN web UI. (wangda) | 8 jaren geleden |
.travis.yml | 53e661f68e YARN-4733. [YARN-3368] Initial commit of new YARN web UI. (wangda) | 8 jaren geleden |
.watchmanconfig | 53e661f68e YARN-4733. [YARN-3368] Initial commit of new YARN web UI. (wangda) | 8 jaren geleden |
README.md | 53e661f68e YARN-4733. [YARN-3368] Initial commit of new YARN web UI. (wangda) | 8 jaren geleden |
bower.json | 0a5f652071 YARN-4517. Add nodes page and fix bunch of license issues. (Varun Saxena via wangda) | 8 jaren geleden |
ember-cli-build.js | 53e661f68e YARN-4733. [YARN-3368] Initial commit of new YARN web UI. (wangda) | 8 jaren geleden |
jsconfig.json | 53e661f68e YARN-4733. [YARN-3368] Initial commit of new YARN web UI. (wangda) | 8 jaren geleden |
package.json | 53e661f68e YARN-4733. [YARN-3368] Initial commit of new YARN web UI. (wangda) | 8 jaren geleden |
testem.json | 53e661f68e YARN-4733. [YARN-3368] Initial commit of new YARN web UI. (wangda) | 8 jaren geleden |
This is a WIP project, nobody should use it in production.
You will need the following things properly installed on your computer.
npm install -g bower
.npm install -g ember-cli
hadoop-yarn-project/hadoop-yarn/hadoop-yarn-ui
npm install && bower install
, it will take a while to finish.app/adapters/yarn-app.js
, change host
to your YARN RM web addressnpm install -g corsproxy
and run corsproxy
to avoid CORS errors. More details: https://www.npmjs.com/package/corsproxy
. And the host
of app/adapters/yarn-app.js
should start with localhost:1337
.ember server