We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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.
The text was updated successfully, but these errors were encountered: