You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ambari.apache.org by "Gautam Borad (JIRA)" <ji...@apache.org> on 2015/12/09 13:39:11 UTC

[jira] [Updated] (AMBARI-14282) Handle Ranger Admin restart for downgrade from HDP-2.3 to HDP-2.2

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

Gautam Borad updated AMBARI-14282:
----------------------------------
    Attachment: AMBARI-14282.patch

> Handle Ranger Admin restart for downgrade from HDP-2.3  to HDP-2.2
> ------------------------------------------------------------------
>
>                 Key: AMBARI-14282
>                 URL: https://issues.apache.org/jira/browse/AMBARI-14282
>             Project: Ambari
>          Issue Type: Bug
>          Components: ambari-server
>    Affects Versions: 2.2.0
>            Reporter: Gautam Borad
>            Assignee: Gautam Borad
>             Fix For: 2.2.0
>
>         Attachments: AMBARI-14282.patch
>
>
> Fix  the version compare issue in ranger setup files. By adding comparison with checks for upgrade/downgrade. 
> Example: 
> {code}
> if (upgrade_direction == Direction.DOWNGRADE) and compare_versions(format_hdp_stack_version(params.version), '2.3') < 0
> {code}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)