You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@tez.apache.org by "Jonathan Turner Eagles (Jira)" <ji...@apache.org> on 2021/01/25 22:49:00 UTC

[jira] [Updated] (TEZ-4055) Align slf4j version to be same as Hadoop3

     [ https://issues.apache.org/jira/browse/TEZ-4055?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jonathan Turner Eagles updated TEZ-4055:
----------------------------------------
    Fix Version/s:     (was: 0.10.0)
                   0.10.1

> Align slf4j version to be same as Hadoop3
> -----------------------------------------
>
>                 Key: TEZ-4055
>                 URL: https://issues.apache.org/jira/browse/TEZ-4055
>             Project: Apache Tez
>          Issue Type: Bug
>    Affects Versions: 0.9.0, 0.9.1
>            Reporter: Syed Shameerur Rahman
>            Priority: Major
>             Fix For: 0.10.1
>
>         Attachments: TEZ-4055.01.patch, TEZ-4055.patch
>
>
> Currently tez is using slf4j version 1.7.10 where as hadoop3 is using slf4j version 1.7.25 , due to conflicting version of slf4j version no logs are getting written in ${sys:test.tmp.dir}/log/hive.log. The statements LOG.info("") , LOG.error("") . are directed to write logs into ${sys:test.tmp.dir}/log/hive.log.
> When we connect to HS2 with beeline the slf4j jars are being searched 
> SLF4J: Class path contains multiple SLF4J bindings.
>  SLF4J: Found binding in [jar:<hadoop_location>]
>  SLF4J: Found binding in [jar:<tez_location>]
>  SLF4J: See [http://www.slf4j.org/codes.html#multiple_bindings] for an explanation.
>  SLF4J: Actual binding is of type [org.apache.logging.slf4j.Log4jLoggerFactory]
> cc [~hitesh] [~kshukla]



--
This message was sent by Atlassian Jira
(v8.3.4#803005)