[
https://issues.apache.org/jira/browse/AMBARI-9311?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14302267#comment-14302267
]
Hudson commented on AMBARI-9311:
--------------------------------
FAILURE: Integrated in Ambari-trunk-Commit-docker #841 (See
[https://builds.apache.org/job/Ambari-trunk-Commit-docker/841/])
AMBARI-9311 - Stacks API structure changes when timestamp is applied
(tbeerbower) (tbeerbower:
http://git-wip-us.apache.org/repos/asf?p=ambari.git&a=commit&h=abdeefd52a3996c77f96c909244b76da401af394)
*
ambari-server/src/test/java/org/apache/ambari/server/api/resources/BaseStacksResourceDefinitionTest.java
*
ambari-server/src/main/java/org/apache/ambari/server/api/resources/BaseStacksResourceDefinition.java
> Stacks API structure changes when timestamp is applied
> ------------------------------------------------------
>
> Key: AMBARI-9311
> URL: https://issues.apache.org/jira/browse/AMBARI-9311
> Project: Ambari
> Issue Type: Bug
> Reporter: Tom Beerbower
> Assignee: Tom Beerbower
> Fix For: 2.0.0
>
> Attachments: AMBARI-9311.patch
>
>
> A Stacks API call made without timestamp and with timsestamp returns with
> different response:
> {code}
>
> http://c6401.ambari.apache.org:8080/api/v1/stacks/HDP/versions/2.2/services?fields=StackServices/*,serviceComponents/*,serviceComponents/dependencies/Dependencies/scope
> {code}
> {code}
>
> http://c6401.ambari.apache.org:8080/api/v1/stacks/HDP/versions/2.2/services?fields=StackServices/*,serviceComponents/*,serviceComponents/dependencies/Dependencies/scope&_=
> {code}
> The element in the items array has a field *components* in the call without
> timestamp and *serviceComponents* in the call with timestamp
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)