You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ambari.apache.org by "Hadoop QA (JIRA)" <ji...@apache.org> on 2016/04/07 05:45:25 UTC

[jira] [Commented] (AMBARI-15749) Add AMS post processing function to show the metrics 'diff' over time.

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

Hadoop QA commented on AMBARI-15749:
------------------------------------

{color:red}-1 overall{color}.  Here are the results of testing the latest attachment 
  http://issues.apache.org/jira/secure/attachment/12797414/AMBARI-15749.patch
  against trunk revision .

    {color:red}-1 patch{color}.  The patch command could not apply the patch.

Console output: https://builds.apache.org/job/Ambari-trunk-test-patch/6265//console

This message is automatically generated.

> Add AMS post processing function to show the metrics 'diff' over time.
> ----------------------------------------------------------------------
>
>                 Key: AMBARI-15749
>                 URL: https://issues.apache.org/jira/browse/AMBARI-15749
>             Project: Ambari
>          Issue Type: Task
>    Affects Versions: 2.2.2
>            Reporter: Aravindan Vijayan
>            Assignee: Aravindan Vijayan
>            Priority: Critical
>             Fix For: 2.4.0
>
>         Attachments: AMBARI-15749.patch
>
>
> The use case is that, e.g. user wants to know how frequently the containers are allocated over time.  Currently, the num of allocated containers is an aggregated value, so it's always a monotonically increasing line chart.
> To show how frequently the containers are allocated, currently we do have a 'rate' option on the UI. But the way that is calculated is ( NumContainers@T2 -  NumContainers@T1) / (T2 - T1)(in seconds). This results in decimal values on the UI.
> Here, the use case is to just show the num 'diff' here, instead of dividing it by time interval.
> With this change, I can change the Grafana UI to use bar chart.
> Each bar represents the number of containers allocated between the the time interval (time interval here is the width of the bar)



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