|
9 tahun lalu | |
---|---|---|
.. | ||
app | 826d0fd53d YARN-4517. Add nodes page and fix bunch of license issues. (Varun Saxena via wangda) | 8 tahun lalu |
config | 826d0fd53d YARN-4517. Add nodes page and fix bunch of license issues. (Varun Saxena via wangda) | 8 tahun lalu |
public | 596acc5a82 YARN-4733. [YARN-3368] Initial commit of new YARN web UI. (wangda) | 8 tahun lalu |
tests | 826d0fd53d YARN-4517. Add nodes page and fix bunch of license issues. (Varun Saxena via wangda) | 8 tahun lalu |
vendor | 596acc5a82 YARN-4733. [YARN-3368] Initial commit of new YARN web UI. (wangda) | 8 tahun lalu |
.bowerrc | 596acc5a82 YARN-4733. [YARN-3368] Initial commit of new YARN web UI. (wangda) | 8 tahun lalu |
.editorconfig | 596acc5a82 YARN-4733. [YARN-3368] Initial commit of new YARN web UI. (wangda) | 8 tahun lalu |
.ember-cli | 596acc5a82 YARN-4733. [YARN-3368] Initial commit of new YARN web UI. (wangda) | 8 tahun lalu |
.gitignore | 596acc5a82 YARN-4733. [YARN-3368] Initial commit of new YARN web UI. (wangda) | 8 tahun lalu |
.jshintrc | 596acc5a82 YARN-4733. [YARN-3368] Initial commit of new YARN web UI. (wangda) | 8 tahun lalu |
.travis.yml | 596acc5a82 YARN-4733. [YARN-3368] Initial commit of new YARN web UI. (wangda) | 8 tahun lalu |
.watchmanconfig | 596acc5a82 YARN-4733. [YARN-3368] Initial commit of new YARN web UI. (wangda) | 8 tahun lalu |
README.md | 596acc5a82 YARN-4733. [YARN-3368] Initial commit of new YARN web UI. (wangda) | 8 tahun lalu |
bower.json | 826d0fd53d YARN-4517. Add nodes page and fix bunch of license issues. (Varun Saxena via wangda) | 8 tahun lalu |
ember-cli-build.js | 596acc5a82 YARN-4733. [YARN-3368] Initial commit of new YARN web UI. (wangda) | 8 tahun lalu |
jsconfig.json | 596acc5a82 YARN-4733. [YARN-3368] Initial commit of new YARN web UI. (wangda) | 8 tahun lalu |
package.json | 596acc5a82 YARN-4733. [YARN-3368] Initial commit of new YARN web UI. (wangda) | 8 tahun lalu |
testem.json | 596acc5a82 YARN-4733. [YARN-3368] Initial commit of new YARN web UI. (wangda) | 8 tahun lalu |
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