[jira] [Commented] (AMBARI-21657) Ambari does not display metric data on widgets when the JMX path contains the '-' character.

2017-08-15 Thread Hudson (JIRA)

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

Hudson commented on AMBARI-21657:
-

FAILURE: Integrated in Jenkins build Ambari-trunk-Commit #7889 (See 
[https://builds.apache.org/job/Ambari-trunk-Commit/7889/])
AMBARI-21657 : Ambari does not display metric data on widgets when the 
(avijayan: 
[http://git-wip-us.apache.org/repos/asf?p=ambari.git=commit=78793366447c59db8c6deac3c1ce3b69da8ed268])
* (edit) ambari-web/app/mixins/common/widgets/widget_mixin.js


> Ambari does not display metric data on widgets when the JMX path contains the 
> '-' character.
> 
>
> Key: AMBARI-21657
> URL: https://issues.apache.org/jira/browse/AMBARI-21657
> Project: Ambari
>  Issue Type: Bug
>  Components: ambari-web
>Affects Versions: 2.5.2
>Reporter: Aravindan Vijayan
>Assignee: Aravindan Vijayan
> Fix For: 2.6.0
>
> Attachments: AMBARI-21657.patch
>
>
> {code}
> "name" : "Hadoop:service=azure-file-system,name=AzureFileSystemMetrics4",
> "modelerType" : "AzureFileSystemMetrics4",
> "tag.Context" : "azureFileSystem",
> "tag.wasbFileSystemId" : "24f05882-a63a-43d4-9dec-eff23f9fcfa0",
> "tag.accountName" : "<>",
> "tag.containerName" : "xhdinsight-2017-07-24t21-26-36-619z",
> "tag.Hostname" : "zk2-xhdins",
> "wasb_web_responses" : 87824,
> "wasb_files_created" : 8
> {code}
> For example, the above metrics cannot be displayed on widgets due to the '-' 
> in *Hadoop:service=azure-file-system,name=AzureFileSystemMetrics4*. 



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)


[jira] [Commented] (AMBARI-21657) Ambari does not display metric data on widgets when the JMX path contains the '-' character.

2017-08-15 Thread Hudson (JIRA)

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

Hudson commented on AMBARI-21657:
-

FAILURE: Integrated in Jenkins build Ambari-branch-2.6 #13 (See 
[https://builds.apache.org/job/Ambari-branch-2.6/13/])
AMBARI-21657 : Ambari does not display metric data on widgets when the 
(avijayan: 
[http://git-wip-us.apache.org/repos/asf?p=ambari.git=commit=2d1af8e4fe0158a38c0c77e92330e266fd44ba84])
* (edit) ambari-web/app/mixins/common/widgets/widget_mixin.js


> Ambari does not display metric data on widgets when the JMX path contains the 
> '-' character.
> 
>
> Key: AMBARI-21657
> URL: https://issues.apache.org/jira/browse/AMBARI-21657
> Project: Ambari
>  Issue Type: Bug
>  Components: ambari-web
>Affects Versions: 2.5.2
>Reporter: Aravindan Vijayan
>Assignee: Aravindan Vijayan
> Fix For: 2.6.0
>
> Attachments: AMBARI-21657.patch
>
>
> {code}
> "name" : "Hadoop:service=azure-file-system,name=AzureFileSystemMetrics4",
> "modelerType" : "AzureFileSystemMetrics4",
> "tag.Context" : "azureFileSystem",
> "tag.wasbFileSystemId" : "24f05882-a63a-43d4-9dec-eff23f9fcfa0",
> "tag.accountName" : "<>",
> "tag.containerName" : "xhdinsight-2017-07-24t21-26-36-619z",
> "tag.Hostname" : "zk2-xhdins",
> "wasb_web_responses" : 87824,
> "wasb_files_created" : 8
> {code}
> For example, the above metrics cannot be displayed on widgets due to the '-' 
> in *Hadoop:service=azure-file-system,name=AzureFileSystemMetrics4*. 



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)


[jira] [Commented] (AMBARI-21657) Ambari does not display metric data on widgets when the JMX path contains the '-' character.

2017-08-14 Thread Yusaku Sako (JIRA)

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

Yusaku Sako commented on AMBARI-21657:
--

+1 for the patch.

> Ambari does not display metric data on widgets when the JMX path contains the 
> '-' character.
> 
>
> Key: AMBARI-21657
> URL: https://issues.apache.org/jira/browse/AMBARI-21657
> Project: Ambari
>  Issue Type: Bug
>  Components: ambari-web
>Affects Versions: 2.5.2
>Reporter: Aravindan Vijayan
>Assignee: Aravindan Vijayan
> Fix For: 2.6.0
>
> Attachments: AMBARI-21657.patch
>
>
> {code}
> "name" : "Hadoop:service=azure-file-system,name=AzureFileSystemMetrics4",
> "modelerType" : "AzureFileSystemMetrics4",
> "tag.Context" : "azureFileSystem",
> "tag.wasbFileSystemId" : "24f05882-a63a-43d4-9dec-eff23f9fcfa0",
> "tag.accountName" : "<>",
> "tag.containerName" : "xhdinsight-2017-07-24t21-26-36-619z",
> "tag.Hostname" : "zk2-xhdins",
> "wasb_web_responses" : 87824,
> "wasb_files_created" : 8
> {code}
> For example, the above metrics cannot be displayed on widgets due to the '-' 
> in *Hadoop:service=azure-file-system,name=AzureFileSystemMetrics4*. 



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)


[jira] [Commented] (AMBARI-21657) Ambari does not display metric data on widgets when the JMX path contains the '-' character.

2017-08-10 Thread Aravindan Vijayan (JIRA)

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

Aravindan Vijayan commented on AMBARI-21657:


Manually tested on cluster.
mvn clean test on ambari-web

[~u39kun] / [~jaimin] Can you review this simple patch ? 

> Ambari does not display metric data on widgets when the JMX path contains the 
> '-' character.
> 
>
> Key: AMBARI-21657
> URL: https://issues.apache.org/jira/browse/AMBARI-21657
> Project: Ambari
>  Issue Type: Bug
>  Components: ambari-web
>Affects Versions: 2.5.2
>Reporter: Aravindan Vijayan
>Assignee: Aravindan Vijayan
> Fix For: 2.6.0
>
> Attachments: AMBARI-21657.patch
>
>




--
This message was sent by Atlassian JIRA
(v6.4.14#64029)