[
https://issues.apache.org/jira/browse/AMBARI-13912?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15008130#comment-15008130
]
Hadoop QA commented on AMBARI-13912:
------------------------------------
{color:red}-1 overall{color}. Here are the results of testing the latest
attachment
http://issues.apache.org/jira/secure/attachment/12772569/AMBARI-13912.patch
against trunk revision .
{color:green}+1 @author{color}. The patch does not contain any @author
tags.
{color:red}-1 tests included{color}. The patch doesn't appear to include
any new or modified tests.
Please justify why no new tests are needed for this
patch.
Also please list what manual steps were performed to
verify this patch.
{color:green}+1 javac{color}. The applied patch does not increase the
total number of javac compiler warnings.
{color:green}+1 release audit{color}. The applied patch does not increase
the total number of release audit warnings.
{color:green}+1 core tests{color}. The patch passed unit tests in
ambari-server.
Test results:
https://builds.apache.org/job/Ambari-trunk-test-patch/4299//testReport/
Console output:
https://builds.apache.org/job/Ambari-trunk-test-patch/4299//console
This message is automatically generated.
> Ranger Audit Store Configured With Postgres Prevents NameNode From Starting
> ---------------------------------------------------------------------------
>
> Key: AMBARI-13912
> URL: https://issues.apache.org/jira/browse/AMBARI-13912
> Project: Ambari
> Issue Type: Bug
> Components: ambari-server
> Affects Versions: 2.1.0
> Reporter: Jonathan Hurley
> Assignee: Jonathan Hurley
> Priority: Critical
> Fix For: 2.1.3
>
> Attachments: AMBARI-13912.patch
>
>
> When Ranger is configured to use PostgresSQL, the HDFS NameNode will not
> startup correctly, complaining about missing class drivers. The root of the
> problem is that {{hadoop-env.sh}} adds JDBC drivers for Oracle and MySQL only.
> {code}
> # Add libraries required by oracle connector
> for jarFile in `ls /usr/share/java/*ojdbc* 2>/dev/null`
> do
> JAVA_JDBC_LIBS=${JAVA_JDBC_LIBS}:$jarFile
> done
> {code}
> Ranger needs the following driver support:
> ||DB Type||JDBC Driver JAR Name||Minimum Supported Version||Driver Reference
> Link
> |Mysql|mysql-connector-java.jar|MySQL
> 5.6|[Link|http://dev.mysql.com/doc/connector-j/en/connector-j-versions.html]
> |Oracle|ojdbc6.jar or ojdbc7.jar|Oracle
> 11g|[Link|http://www.oracle.com/technetwork/database/features/jdbc/index-091264.html]
> |Postgres|postgresql.jar|Postgres
> 8.4|[Link|https://jdbc.postgresql.org/documentation/84/setup.html#build]
> |MS-SQLServer|sqljdbc4.jar|SQL Server
> 12|[Link|https://msdn.microsoft.com/en-us/sqlserver/aa937724.aspx]
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)