[ 
https://issues.apache.org/jira/browse/SPARK-10057?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15824363#comment-15824363
 ] 

Ravi Raghav commented on SPARK-10057:
-------------------------------------

Issue is due to slf4j-simple is included in the spark (version 2.5.4) 
dependency as [test] hence it wouldnt be available for testing.
Resolution is to include the slf4j-simple in project dependency explicitly,

<dependency>
    <groupId>org.slf4j</groupId>
    <artifactId>slf4j-simple</artifactId>
    <version>1.7.7</version>
</dependency>



> Faill to load class org.slf4j.impl.StaticLoggerBinder
> -----------------------------------------------------
>
>                 Key: SPARK-10057
>                 URL: https://issues.apache.org/jira/browse/SPARK-10057
>             Project: Spark
>          Issue Type: Bug
>          Components: Spark Core
>    Affects Versions: 1.5.0, 1.6.0
>            Reporter: Davies Liu
>
> Some loggings are dropped, because it can't load class 
> "org.slf4j.impl.StaticLoggerBinder"
> {code}
> SLF4J: Failed to load class "org.slf4j.impl.StaticLoggerBinder".
> SLF4J: Defaulting to no-operation (NOP) logger implementation
> SLF4J: See http://www.slf4j.org/codes.html#StaticLoggerBinder for further 
> details.
> {code}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscr...@spark.apache.org
For additional commands, e-mail: issues-h...@spark.apache.org

Reply via email to