Created 08-29-2016 11:54 PM
Can you please provide information and samples for Log 4J in Spark ?
Created 09-11-2016 10:05 PM
you can configure log4j using the default template http://spark.apache.org/docs/latest/configuration.html#configuring-logging Spark ships a template called log4.properties.template in the conf directory that you can copy and modify https://github.com/apache/spark/blob/master/conf/log4j.properties.template
View solution in original post