[jira] [Comment Edited] (HDFS-14928) UI: unifying the WebUI across different components.

2019-11-07 Thread Xieming Li (Jira)


[ 
https://issues.apache.org/jira/browse/HDFS-14928?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16969865#comment-16969865
 ] 

Xieming Li edited comment on HDFS-14928 at 11/8/19 6:04 AM:


Seems like that JPG was downloaded as a patch.
{code}
HDFS-14928 patch is being downloaded at Fri Nov  8 05:50:42 UTC 2019 from
  https://issues.apache.org/jira/secure/attachment/12985317/HDFS-14892-2.jpg -> 
Downloaded
{code}


was (Author: risyomei):
Seems like that JPG was downloaded as a patch.
```
HDFS-14928 patch is being downloaded at Fri Nov  8 05:50:42 UTC 2019 from
  https://issues.apache.org/jira/secure/attachment/12985317/HDFS-14892-2.jpg -> 
Downloaded
```

> UI: unifying the WebUI across different components.
> ---
>
> Key: HDFS-14928
> URL: https://issues.apache.org/jira/browse/HDFS-14928
> Project: Hadoop HDFS
>  Issue Type: Improvement
>  Components: ui
>Reporter: Xieming Li
>Assignee: Xieming Li
>Priority: Trivial
> Attachments: DN_orig.png, DN_with_legend.png.png, DN_wo_legend.png, 
> HDFS-14892-2.jpg, HDFS-14928.001.patch, HDFS-14928.002.patch, 
> HDFS-14928.003.patch, HDFS-14928.jpg, NN_orig.png, NN_with_legend.png, 
> NN_wo_legend.png, RBF_orig.png, RBF_with_legend.png, RBF_wo_legend.png
>
>
> The WebUI of different components could be unified.
> *Router:*
> |Current|  !RBF_orig.png|width=500! | 
> |Proposed 1 (With Icon) |  !RBF_wo_legend.png|width=500! | 
> |Proposed 2 (With Icon and Legend)|!RBF_with_legend.png|width=500!  | 
> *NameNode:*
> |Current| !NN_orig.png|width=500! |
> |Proposed 1 (With Icon) | !NN_wo_legend.png|width=500! |
> |Proposed 2 (With Icon and Legend)| !NN_with_legend.png|width=500! |
> *DataNode:*
> |Current| !DN_orig.png|width=500! |
> |Proposed 1 (With Icon) | !DN_wo_legend.png|width=500! |
> |Proposed 2 (With Icon and Legend)| !DN_with_legend.png.png|width=500! |



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

-
To unsubscribe, e-mail: hdfs-issues-unsubscr...@hadoop.apache.org
For additional commands, e-mail: hdfs-issues-h...@hadoop.apache.org



[jira] [Comment Edited] (HDFS-14928) UI: unifying the WebUI across different components.

2019-11-05 Thread Xieming Li (Jira)


[ 
https://issues.apache.org/jira/browse/HDFS-14928?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16968124#comment-16968124
 ] 

Xieming Li edited comment on HDFS-14928 at 11/6/19 6:52 AM:


I have tried implementing #1 on web UI of NameNode, Router, and DataNode.

After applying `HDFS-14928.001.patch`, the WebUI will look like the followings:
 !HDFS-14928.jpg|width=600!

During the implementation, I came across two issues that I want to discuss: 
 # I haven't modify the Web UI of DataNode because JMX of DN does not contain 
any information about its own running status.
 We have to either A) expose the DN's running status in JMX metrics or B) use 
ajax to query the JMX of NN. We can also C) skip the changes for now. 
 Which do you think is better amoug A,B or C? 
 # NNs can be in Safemode and Standby at the same time. In current 
implementation, safemode will never be shown on Overview page.
 Should we change it so that when a Standby NN is in Safemode, we show Safemode 
icon.


was (Author: risyomei):
I have tried implementing #1 on web UI of NameNode, Router, and DataNode.

After applying HDFS-14928.001.patch, the WebUI will look like the followings:
 !HDFS-14928.jpg|width=600!

During the implementation, I came across two issues that I want to discuss: 
 # I haven't modify the Web UI of DataNode because JMX of DN does not contain 
any information about its own running status. 
We have to either A) expose the DN's running status in JMX metrics or B) use 
ajax to query the JMX of NN. We can also C) skip the changes for now. 
Which do you think is better amoug A,B or C? 
 # NNs can be in Safemode and Standby at the same time. In current 
implementation, safemode will never be shown on Overview page.
Should we change it so that when a Standby NN is in Safemode, we show Safemode 
icon.

> UI: unifying the WebUI across different components.
> ---
>
> Key: HDFS-14928
> URL: https://issues.apache.org/jira/browse/HDFS-14928
> Project: Hadoop HDFS
>  Issue Type: Improvement
>  Components: ui
>Reporter: Xieming Li
>Assignee: Xieming Li
>Priority: Trivial
> Attachments: DN_orig.png, DN_with_legend.png.png, DN_wo_legend.png, 
> HDFS-14928.001.patch, HDFS-14928.jpg, NN_orig.png, NN_with_legend.png, 
> NN_wo_legend.png, RBF_orig.png, RBF_with_legend.png, RBF_wo_legend.png
>
>
> The WebUI of different components could be unified.
> *Router:*
> |Current|  !RBF_orig.png|width=500! | 
> |Proposed 1 (With Icon) |  !RBF_wo_legend.png|width=500! | 
> |Proposed 2 (With Icon and Legend)|!RBF_with_legend.png|width=500!  | 
> *NameNode:*
> |Current| !NN_orig.png|width=500! |
> |Proposed 1 (With Icon) | !NN_wo_legend.png|width=500! |
> |Proposed 2 (With Icon and Legend)| !NN_with_legend.png|width=500! |
> *DataNode:*
> |Current| !DN_orig.png|width=500! |
> |Proposed 1 (With Icon) | !DN_wo_legend.png|width=500! |
> |Proposed 2 (With Icon and Legend)| !DN_with_legend.png.png|width=500! |



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

-
To unsubscribe, e-mail: hdfs-issues-unsubscr...@hadoop.apache.org
For additional commands, e-mail: hdfs-issues-h...@hadoop.apache.org