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)