Guest User

Untitled

a guest
May 25th, 2018
112
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.32 KB | None | 0 0
  1. SLF4J: Class path contains multiple SLF4J bindings.
  2. SLF4J: Found binding in [jar:file:/Users/Mike/.m2/repository/org/jlab/coat/coat-libs/5.1-SNAPSHOT/coat-libs-5.1-SNAPSHOT.jar!/org/slf4j/impl/StaticLoggerBinder.class]
  3. SLF4J: Found binding in [jar:file:/Users/Mike/.m2/repository/org/slf4j/slf4j-log4j12/1.7.16/slf4j-log4j12-1.7.16.jar!/org/slf4j/impl/StaticLoggerBinder.class]
  4.  
  5. <dependency>
  6. <groupId>org.jlab.coat</groupId>
  7. <artifactId>coat-libs</artifactId>
  8. <version>5.1-SNAPSHOT</version>
  9. <exclusions>
  10. <exclusion>
  11. <groupId>org.slf4j</groupId>
  12. <artifactId>slf4j-log4j12</artifactId>
  13. </exclusion>
  14. </exclusions>
  15. </dependency>
  16.  
  17. [INFO] com.IKP:DCdatabase:jar:0.0.1-SNAPSHOT
  18. [INFO] +- org.jlab.coat:coat-libs:jar:5.1-SNAPSHOT:compile
  19. [INFO] +- org.apache.spark:spark-core_2.11:jar:2.2.1:compile
  20. ...
  21. ...
  22. ...
  23. [INFO] | +- org.slf4j:slf4j-api:jar:1.7.16:compile
  24. [INFO] | +- org.slf4j:jul-to-slf4j:jar:1.7.16:compile
  25. [INFO] | +- org.slf4j:jcl-over-slf4j:jar:1.7.16:compile
  26. [INFO] | +- log4j:log4j:jar:1.2.17:compile
  27. [INFO] | +- org.slf4j:slf4j-log4j12:jar:1.7.16:compile
  28.  
  29. Logger.getLogger("org.apache.spark.SparkContext").setLevel(Level.WARN);
  30. Logger.getLogger("org").setLevel(Level.OFF);
  31. Logger.getLogger("akka").setLevel(Level.OFF);
Add Comment
Please, Sign In to add comment