[ 
https://issues.apache.org/jira/browse/YARN-3368?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15302007#comment-15302007
 ] 

Sunil G commented on YARN-3368:
-------------------------------

Looks like the README is an old one. I am attaching the steps here and thanks 
[~kaisasak] for the interest.

{noformat}
Prerequisites
        -------------
        
        You will need the following things properly installed on your computer.
        
        * Install Node.js with NPM: https://nodejs.org/download/
        * After Node.js installed, install bower: `npm install -g bower`.
        * Install Ember-cli: `npm install -g ember-cli`
        
        BUILD
        ----
        * Please refer to BUILDING.txt in the top directory and pass -Pyarn-ui 
to build UI-related code
        * Execute `mvn test -Pyarn-ui` to run unit tests
        
        Try it
        ------
        
        * Packaging and deploying Hadoop in this branch
        * In 
`hadoop-yarn-project/hadoop-yarn/hadoop-yarn-ui/src/main/webapp/app/config.js`, 
change `timelineWebUrl` and `rmWebUrl` to your YARN RM/Timeline server web 
address. 
        * If you are running YARN RM in your localhost, you should update 
`localBaseUrl` to `localhost:1337/`, install `npm install -g corsproxy` and run 
`corsproxy` to avoid CORS errors. More details: 
`https://www.npmjs.com/package/corsproxy`. 
        * Run `ember serve` under 
`hadoop-yarn-project/hadoop-yarn/hadoop-yarn-ui/src/main/webapp/`
        * Visit your app at [http://localhost:4200](http://localhost:4200).
{noformat}

Please let me know if you face any issues.

> [Umbrella] YARN web UI: Next generation
> ---------------------------------------
>
>                 Key: YARN-3368
>                 URL: https://issues.apache.org/jira/browse/YARN-3368
>             Project: Hadoop YARN
>          Issue Type: Improvement
>            Reporter: Jian He
>         Attachments: (Dec 3 2015) yarn-ui-screenshots.zip, (POC, Aug-2015)) 
> yarn-ui-screenshots.zip
>
>
> The goal is to improve YARN UI for better usability.
> We may take advantage of some existing front-end frameworks to build a 
> fancier, easier-to-use UI. 
> The old UI continue to exist until  we feel it's ready to flip to the new UI.
> This serves as an umbrella jira to track the tasks. we can do this in a 
> branch.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to