apache-spark-internals icon indicating copy to clipboard operation
apache-spark-internals copied to clipboard

Wrong version of Log4J mentioned in the book?

Open atais opened this issue 8 years ago • 0 comments

Hello,

So reading the chapter: https://jaceklaskowski.gitbooks.io/mastering-apache-spark/content/spark-logging.html

there is Log4J2 mentioned and linked (docs, etc.)

However, I have found that Apache Spark (to my surprise) uses old Log4J1. Here is the proof: https://github.com/apache/spark/blob/master/pom.xml#L124

The configuration remained similar between those two, so the solution is still valid, but extending it may be misleading.

atais avatar Apr 07 '17 10:04 atais