You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@spark.apache.org by Bill Jay <bi...@gmail.com> on 2014/07/02 01:19:08 UTC

slf4j multiple bindings

Hi all,

I have an issue with multiple slf4j bindings. My program was running
correctly. I just added the new dependency kryo. And when I submitted a
job, the job was killed because of the following error messages:

*SLF4J: Class path contains multiple SLF4J bindings.*


The log said there were three slf4j bindings:
spark-assembly-0.9.1-hadoop2.3.0.jar, hadoop lib, and my own jar file.

However, I did not explicitly add slf4j in my pom.xml file. I added
exclusions in the dependency of kryo but it did not work. Does anyone has
an idea how to fix this issue? Thanks!

Regards,

Bill