You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ambari.apache.org by "Srimanth Gunturi (JIRA)" <ji...@apache.org> on 2013/06/06 04:30:20 UTC

[jira] [Updated] (AMBARI-2295) YARN graphs have to be provided

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

Srimanth Gunturi updated AMBARI-2295:
-------------------------------------

    Attachment: AMBARI-2295.patch

For now adding 4 basic graphs for YARN. As metrics become available, more graphs will be added.
                
> YARN graphs have to be provided
> -------------------------------
>
>                 Key: AMBARI-2295
>                 URL: https://issues.apache.org/jira/browse/AMBARI-2295
>             Project: Ambari
>          Issue Type: Improvement
>          Components: client
>    Affects Versions: 1.4.0
>            Reporter: Srimanth Gunturi
>            Assignee: Srimanth Gunturi
>             Fix For: 1.4.0
>
>         Attachments: AMBARI-2295.patch
>
>
> There are 8 graphs on YARN page. But no ajax options are provided for them - it is ajax_index for each of them, but no ajax-config in the file utils/ajax.js.
> So error appears with GarbageCollector Graph view, because no URL are provided for ajax-request.
> As fix might be good to make ajax-configs or just comment in the file {{ambari-web\app\views\main\service\info\summary.js}}{code}
> case 'yarn':
>           graphs = [ [App.ChartServiceMetricsYARN_JobsStatus.extend(),
>             App.ChartServiceMetricsYARN_TasksRunningWaiting.extend(),
>             App.ChartServiceMetricsYARN_MapSlots.extend(),
>             App.ChartServiceMetricsYARN_ReduceSlots.extend()],
>             [App.ChartServiceMetricsYARN_GC.extend(),
>             App.ChartServiceMetricsYARN_RPC.extend(),
>             App.ChartServiceMetricsYARN_JVMHeap.extend(),
>             App.ChartServiceMetricsYARN_JVMThreads.extend()]];
>           break;
> {code}.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira