[
https://issues.apache.org/jira/browse/SENTRY-2072?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16267947#comment-16267947
]
Hadoop QA commented on SENTRY-2072:
-----------------------------------
Here are the results of testing the latest attachment
https://issues.apache.org/jira/secure/attachment/12899503/SENTRY-2072.002.patch
against master.
{color:green}Overall:{color} +1 all checks pass
{color:green}SUCCESS:{color} all tests passed
Console output:
https://builds.apache.org/job/PreCommit-SENTRY-Build/3540/console
This message is automatically generated.
> log4j2 dependencies brought by Hive 2 are causing conflicts with Sentry log4j
> -----------------------------------------------------------------------------
>
> Key: SENTRY-2072
> URL: https://issues.apache.org/jira/browse/SENTRY-2072
> Project: Sentry
> Issue Type: Bug
> Components: Sentry
> Affects Versions: 2.0.0
> Reporter: Sergio Peña
> Assignee: kalyan kumar kalvagadda
> Priority: Blocker
> Fix For: 2.0.0
>
> Attachments: SENTRY-2072.001.patch, SENTRY-2072.002.patch
>
>
> While testing Sentry 2.0, I found that the logging was not working correctly
> due to some log4j2 dependencies that were added on the classpath by Hive 2
> dependency.
> Sentry has a mix of log4j and SLF4J api usage, so having these mix of
> dependencies have conflict with the Sentry logging. We should exclude these
> log4j2 dependencies for the Sentry 2.0 release.
> The libraries that were added and should be excluded are:
> log4j-1.2-api-2.6.2.jar
> log4j-api-2.6.2.jar
> log4j-core-2.6.2.jar
> log4j-slf4j-impl-2.6.2.jar
> log4j-web-2.6.2.jar
> The only library that should exist on the classpath is:
> log4j-1.2.16.jar
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)