Re: using log4j2 with spark

2015-03-05 Thread Akhil Das
You may exclude the log4j dependency while building. You can have a look at this build file to see how to exclude libraries http://databricks.gitbooks.io/databricks-spark-knowledge-base/content/troubleshooting/missing_dependencies_in_jar_files.html Thanks Best Regards On Thu, Mar 5, 2015 at 1:20

using log4j2 with spark

2015-03-04 Thread Lior Chaga
Hi, Trying to run spark 1.2.1 w/ hadoop 1.0.4 on cluster and configure it to run with log4j2. Problem is that spark-assembly.jar contains log4j and slf4j classes compatible with log4j 1.2 in it, and so it detects it should use log4j 1.2 (