[
https://issues.apache.org/jira/browse/TEZ-2309?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14491197#comment-14491197
]
Vasanth kumar RJ commented on TEZ-2309:
---------------------------------------
tez-api's TezClientUtils.java has log level check using org.apache.log4j.Level.
Level checks cannot be done from slf4j.
In tez-common has log4j NDC in CallableWithNdc and FileAppender in
TezContainerLogAppender. slf4j is a abstraction for logging framework. We can
delegate all
> Fix slf4j dependencies for tez modules
> ---------------------------------------
>
> Key: TEZ-2309
> URL: https://issues.apache.org/jira/browse/TEZ-2309
> Project: Apache Tez
> Issue Type: Bug
> Reporter: Hitesh Shah
> Priority: Critical
> Attachments: TEZ-2309.1.patch
>
>
> Most modules should depend only on slf4j-api and not slf4j-log4j12.
> I believe only tez-dag and tez-runtime-internals might need the log4j
> dependency due to log rotation related code.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)