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 2017/08/15 22:38:00 UTC

[jira] [Commented] (AMBARI-21722) Begin Using Service Versions In Python stack_feature Code

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

Hadoop QA commented on AMBARI-21722:
------------------------------------

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

This message is automatically generated.

> Begin Using Service Versions In Python stack_feature Code
> ---------------------------------------------------------
>
>                 Key: AMBARI-21722
>                 URL: https://issues.apache.org/jira/browse/AMBARI-21722
>             Project: Ambari
>          Issue Type: Task
>          Components: ambari-server
>    Affects Versions: 2.6.0
>            Reporter: Jonathan Hurley
>            Assignee: Jonathan Hurley
>            Priority: Critical
>             Fix For: 2.6.0
>
>         Attachments: AMBARI-21722.patch
>
>
> The command generators in Ambari are sending down the {{KeyName.CURRENT_VERSION}} ({{current_version}}) property in the JSON to the agents. This is being used to determine the "current cluster version" which doesn't really exist anymore:
> {code:title=stack_features.py}
>   # something like 2.4.0.0-1234
>   # (or None if this is a cluster install and it hasn't been calculated yet)
>   current_cluster_version = default("/hostLevelParams/current_version", None)
> {code}
> This really needs to be calculated from the service's repository version instead.



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