You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@eagle.apache.org by "Hao Chen (JIRA)" <ji...@apache.org> on 2017/01/16 05:55:27 UTC

[jira] [Updated] (EAGLE-866) Refactor HBase JMX Metric with appropriate navigation path

     [ https://issues.apache.org/jira/browse/EAGLE-866?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Hao Chen updated EAGLE-866:
---------------------------
    Description: 
Please use same page redirection instead of always opening a new tab, with 
appropriate navigation guide on top-right.

* The navigation tree maybe like:
{code}
- $SITE_ID/Service/HBase -> show hbase overview metrics
- $SITE_ID/Service/HBase/RegionServer -> show hbase regionserver list
- $SITE_ID/Service/HBase/RegionServer/$REGION_SERVER_HOST -> show hbase regionserver detail
{code}

* As to UI style, please refer to https://almsaeedstudio.com/themes/AdminLTE/index2.html top-right-nav. 
" [icon] Home > Dashboard"

* As to URL path:
{code}
* ${APP_ID}/service/overview
* ${APP_ID}/service/hbase 
* ${APP_ID}/service/hbase/${HMASTER_HOSTNAME}
* ${APP_ID}/service/hbase/regionserver
* ${APP_ID}/service/hbase/regionserver/${HREGIONSERVER_HOSTNAME}

// More services
* ${APP_ID}/service/yarn
* ${APP_ID}/service/hdfs
{code}

  was:
Please use same page redirection instead of always opening a new tab, with 
appropriate navigation guide on top-right.

* The navigation tree maybe like:
- $SITE_ID/Service/HBase -> show hbase overview metrics
- $SITE_ID/Service/HBase/RegionServer -> show hbase regionserver list
- $SITE_ID/Service/HBase/RegionServer/$REGION_SERVER_HOST -> show hbase regionserver detail

* As to UI style, please refer to https://almsaeedstudio.com/themes/AdminLTE/index2.html top-right-nav. 
" [icon] Home > Dashboard"


> Refactor HBase JMX Metric with appropriate navigation path
> ----------------------------------------------------------
>
>                 Key: EAGLE-866
>                 URL: https://issues.apache.org/jira/browse/EAGLE-866
>             Project: Eagle
>          Issue Type: Sub-task
>          Components: Hadoop JMX Monitor
>    Affects Versions: v0.5.0
>            Reporter: Hao Chen
>            Assignee: Chang chen
>             Fix For: v0.5.0
>
>
> Please use same page redirection instead of always opening a new tab, with 
> appropriate navigation guide on top-right.
> * The navigation tree maybe like:
> {code}
> - $SITE_ID/Service/HBase -> show hbase overview metrics
> - $SITE_ID/Service/HBase/RegionServer -> show hbase regionserver list
> - $SITE_ID/Service/HBase/RegionServer/$REGION_SERVER_HOST -> show hbase regionserver detail
> {code}
> * As to UI style, please refer to https://almsaeedstudio.com/themes/AdminLTE/index2.html top-right-nav. 
> " [icon] Home > Dashboard"
> * As to URL path:
> {code}
> * ${APP_ID}/service/overview
> * ${APP_ID}/service/hbase 
> * ${APP_ID}/service/hbase/${HMASTER_HOSTNAME}
> * ${APP_ID}/service/hbase/regionserver
> * ${APP_ID}/service/hbase/regionserver/${HREGIONSERVER_HOSTNAME}
> // More services
> * ${APP_ID}/service/yarn
> * ${APP_ID}/service/hdfs
> {code}



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