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

Hadoop QA commented on AMBARI-21671:
------------------------------------

{color:red}-1 overall{color}.  Here are the results of testing the latest 
attachment 
  http://issues.apache.org/jira/secure/attachment/12880646/AMBARI-21671.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/11943//console

This message is automatically generated.

> Expose via API whether a service will participate in an upgrade
> ---------------------------------------------------------------
>
>                 Key: AMBARI-21671
>                 URL: https://issues.apache.org/jira/browse/AMBARI-21671
>             Project: Ambari
>          Issue Type: Task
>            Reporter: Nate Cole
>            Assignee: Nate Cole
>            Priority: Critical
>             Fix For: 2.6.0
>
>         Attachments: AMBARI-21671.patch
>
>
> Expose whether a service will participate in an upgrade based on whether the 
> {{release-version}} is satisfied by the cluster topology.  Updated API looks 
> like:
> {code}
>       "ClusterStackVersions" : {
>         "cluster_name" : "c1",
>         "id" : 201,
>         "repository_summary" : {
>           "services" : {
>             "STORM" : {
>               "display_name" : "Storm",
>               "version" : "1.2.3",
>               "release_version" : "2.5.3.0",
>               "upgrade" : true
>             },
>             "ZOOKEEPER" : {
>               "display_name" : "ZooKeeper",
>               "version" : "3.4.6",
>               "release_version" : "2.5.3.0",
>               "upgrade" : true
>             },
>             "AMBARI_METRICS" : {
>               "display_name" : "Ambari Metrics",
>               "version" : null,
>               "release_version" : null,
>               "upgrade" : false
>             }
>           }
>         },
> {code}



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

Reply via email to