Archives of Support Questions (Read Only)

This is an archived board for historical reference. Information and links may no longer be available or relevant
Announcements
This board is archived and read-only for historical reference. To ask a new question, please post a new topic on the appropriate active board.

Can you please provide information and samples for Log 4J in Spark ?

avatar
Rising Star

Can you please provide information and samples for Log 4J in Spark ?

1 ACCEPTED SOLUTION

avatar
Master Mentor
@narender pasunooti

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

1 REPLY 1

avatar
Master Mentor
@narender pasunooti

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