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

Wangda Tan commented on YARN-4517:
----------------------------------

[~varun_saxena],

bq. With aggregation disabled ? Are you testing with latest trunk code ? We had 
issues before YARN-4709 went in.
It's not latest trunk, I will try this on latest trunk.

bq. Ok. Will check. Even with full(not minimized) browser window ?
Yes

bq. NodeId is required to query node info from RM. It has been passed around 
everywhere because we need to create link for left hand side menu on every page.
Look closer to URLs. First, you can move the left side menu to yarn-node.hbs. 
Url can be generated by model fields like {{model.rmNode.id}}, I think you 
don't need a separate piece in URL like {{localhost:61236}}

And for urls of nodes, I would suggest update URLs to:
{code}
../yarnNodes/<nodeId>
{code}
For overview of nodes (node information)

{code}
../yarnNodes/<nodeId>/runningApps
{code}
For running applications

{code}
../yarnNodes/<nodeId>/runningContainers
{code}
For running containers.

These items could be fixed together in YARN-4848.

bq. Do we need AM pages too for merge to trunk ?
We may not need it. Let's try to merge infra code to trunk first.


> [YARN-3368] Add nodes page
> --------------------------
>
>                 Key: YARN-4517
>                 URL: https://issues.apache.org/jira/browse/YARN-4517
>             Project: Hadoop YARN
>          Issue Type: Sub-task
>          Components: yarn
>            Reporter: Wangda Tan
>            Assignee: Varun Saxena
>              Labels: webui
>         Attachments: (21-Feb-2016)yarn-ui-screenshots.zip, 
> Screenshot_after_4709.png, Screenshot_after_4709_1.png, 
> YARN-4517-YARN-3368.01.patch, YARN-4517-YARN-3368.02.patch
>
>
> We need nodes page added to next generation web UI, similar to existing 
> RM/nodes page.



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

Reply via email to