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 05:41:10 UTC

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

Gautam Borad created AMBARI-14282:
-------------------------------------

             Summary: 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


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)