You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ambari.apache.org by "jun aoki (JIRA)" <ji...@apache.org> on 2014/10/16 05:29:33 UTC

[jira] [Commented] (AMBARI-7808) Service pluggability: metrics graphs to show in Ambari Web's service pages should be declared in the stack definition

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

jun aoki commented on AMBARI-7808:
----------------------------------

[~u39kun], correct me if I'm wrong.

One of the work (but not only work) in this ticket should be: 
Some of the logic in the following folders of ambari-web should be consolidated to ambari-server's stack definition (1)

{code}
jaoki@junubuntu:~/coding/ambari$ tree -L 2 ambari-web/app/data/
ambari-web/app/data/
├── config_mapping.js
├── custom_configs.js
├── HDP2
│   ├── config_mapping.js
│   ├── custom_configs.js
│   ├── ha_properties.js
│   ├── rm_ha_properties.js
│   ├── secure_configs.js
│   ├── secure_mapping.js
│   ├── secure_properties.js
│   └── site_properties.js
├── HDP2.2
│   └── site_properties.js
├── host
│   └── categories.js
├── secure_configs.js
├── secure_mapping.js
├── secure_properties.js
├── service_configs.js
├── site_properties.js
└── statusCodes.js
{code}

(1) stack definition location
{code}
ambari-server/src/main/resources/stacks/
├── BIGTOP
│   └── 0.8
├── HDP
│   ├── 1.3
│   ├── 1.3.2
│   ├── 1.3.3
│   ├── 2.0
│   ├── 2.0.6
│   ├── 2.0.6.GlusterFS
│   ├── 2.1
│   ├── 2.1.GlusterFS
│   └── 2.2
└── stack_advisor.py

{code}

> Service pluggability: metrics graphs to show in Ambari Web's service pages should be declared in the stack definition
> ---------------------------------------------------------------------------------------------------------------------
>
>                 Key: AMBARI-7808
>                 URL: https://issues.apache.org/jira/browse/AMBARI-7808
>             Project: Ambari
>          Issue Type: Improvement
>          Components: ambari-web, stacks
>    Affects Versions: 1.7.0
>            Reporter: Yusaku Sako
>             Fix For: 2.0.0
>
>
> Currently, which metrics graphs to display in Ambari Web's service pages is hardcoded in ambari-web code.
> We should make it such that 1) the graphs to display are declared in the stack definition for each service and 2) ambari-web code needs to load this information and display appropriate graphs under the service page.



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