Dmytro Grinenko created AMBARI-15017:
----------------------------------------
Summary: RU/EU has to calculate ranger-env config
ranger_privelege_user_jdbc_url
Key: AMBARI-15017
URL: https://issues.apache.org/jira/browse/AMBARI-15017
Project: Ambari
Issue Type: Bug
Affects Versions: trunk, 2.2.2
Reporter: Dmytro Grinenko
Priority: Blocker
Fix For: trunk, 2.2.2
Attachments: AMBARI-15017.patch
Add property managing to RangerConfigCalculation:
if db flavour is MySQL ranger_privelege_user_jdbc_url should be calculated as:
jdbc:mysql://db_host
if the db flavour is Oracle, ranger_privelege_user_jdbc_url should be
calculated as:
jdbc:oracle:thin:@//db_host:1521
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)