[
https://issues.apache.org/jira/browse/AMBARI-14033?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15026511#comment-15026511
]
Hudson commented on AMBARI-14033:
---------------------------------
FAILURE: Integrated in Ambari-branch-2.1 #936 (See
[https://builds.apache.org/job/Ambari-branch-2.1/936/])
AMBARI-14033. Wrong Audit JDBC URL generated, even though JDBC URL (gautam:
[http://git-wip-us.apache.org/repos/asf?p=ambari.git&a=commit&h=e4fcf3eabf22afac93eb43d14d94e887c3d43b50])
*
ambari-server/src/main/resources/common-services/RANGER/0.4.0/package/scripts/params.py
*
ambari-server/src/main/resources/common-services/KAFKA/0.8.1.2.2/package/scripts/params.py
*
ambari-server/src/main/resources/common-services/HDFS/2.1.0.2.0/package/scripts/params_linux.py
*
ambari-server/src/main/resources/common-services/HBASE/0.96.0.2.0/package/scripts/params_linux.py
*
ambari-server/src/main/resources/common-services/KNOX/0.5.0.2.2/package/scripts/params_linux.py
*
ambari-server/src/main/resources/common-services/RANGER_KMS/0.5.0.2.3/package/scripts/params.py
*
ambari-server/src/main/resources/common-services/HIVE/0.12.0.2.0/package/scripts/params_linux.py
*
ambari-server/src/main/resources/common-services/YARN/2.1.0.2.0/package/scripts/params_linux.py
*
ambari-server/src/main/resources/common-services/STORM/0.9.1.2.1/package/scripts/params_linux.py
> Wrong Audit JDBC URL generated, even though JDBC URL format is overridden by
> user
> ---------------------------------------------------------------------------------
>
> Key: AMBARI-14033
> URL: https://issues.apache.org/jira/browse/AMBARI-14033
> Project: Ambari
> Issue Type: Bug
> Components: ambari-server
> Affects Versions: 2.1.3
> Reporter: Gautam Borad
> Assignee: Gautam Borad
> Fix For: 2.2.0, 2.1.3
>
> Attachments: AMBARI-14033.patch
>
>
> *Steps to reproduce:*
> -- Install Ranger with Oracle 12C
> -- Use SID format for DB host (host:port:SID) e.g. hostname:1521:ORCL
> -- Override connect string (jdbc:oracle:thin:@hostname:1521:ORCL - note that
> there is no //, which was generated by Ambari, but should be removed to get
> it to work)
> -- Complete the install
> -- Ranger will work fine, but DB auditing will not work
> *Root Cause*
> When JDBC string is overridden, ranger-admin-site.xml->ranger.jpa.jdbc.url is
> properly generated.
> But, {{ranger-admin-site.xml->ranger.jpa.audit.jdbc.url}} and
> {{ranger-<component>\-audit.xml\->xasecure.audit.destination.db.jdbc.url}}
> are generated wrong. They both refer to {{audit_jdbc_url}} macro, which is
> apparently calculated incorrectly.
> *Workaround*
> Manually override ranger.jpa.audit.jdbc.url and
> xasecure.audit.destination.db.jdbc.url
> *Actual solution*
> Calculate the variable properly, so that user does not have to enter it again.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)