[
https://issues.apache.org/jira/browse/AMBARI-11030?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14536202#comment-14536202
]
Hadoop QA commented on AMBARI-11030:
------------------------------------
{color:red}-1 overall{color}. Here are the results of testing the latest
attachment
http://issues.apache.org/jira/secure/attachment/12731493/AMBARI-11030.patch
against trunk revision .
{color:green}+1 @author{color}. The patch does not contain any @author
tags.
{color:green}+1 tests included{color}. The patch appears to include 1 new
or modified test files.
{color:green}+1 javac{color}. The applied patch does not increase the
total number of javac compiler warnings.
{color:green}+1 release audit{color}. The applied patch does not increase
the total number of release audit warnings.
{color:red}-1 core tests{color}. The patch failed these unit tests in
ambari-server:
org.apache.ambari.server.controller.metrics.timeline.AMSPropertyProviderTest
org.apache.ambari.server.security.CertGenerationTest
Test results:
https://builds.apache.org/job/Ambari-trunk-test-patch/2666//testReport/
Console output:
https://builds.apache.org/job/Ambari-trunk-test-patch/2666//console
This message is automatically generated.
> Queue-specific metrics cannot be queried as time series data via Ambari API
> ---------------------------------------------------------------------------
>
> Key: AMBARI-11030
> URL: https://issues.apache.org/jira/browse/AMBARI-11030
> Project: Ambari
> Issue Type: Bug
> Components: ambari-server
> Affects Versions: 2.0.0
> Reporter: Dmytro Sen
> Assignee: Dmytro Sen
> Priority: Critical
> Fix For: 2.1.0
>
> Attachments: AMBARI-11030.patch
>
>
> Queue-specific metrics cannot be retrieved as time-series data via Ambari API.
> /api/v1/clusters/c1/services/YARN/components/RESOURCEMANAGER?fields=metrics/yarn/Queue/root/default/AppsRunning
> returns the point-in-time metric properly.
> However, when you query for it as time-series, in the following format the
> API returns nothing:
> /api/v1/clusters/c1/services/YARN/components/RESOURCEMANAGER?fields=metrics/yarn/Queue/root/default/AppsRunning[start,end,interval]
> The time-series query works if you replace /root/default with /root.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)