Created
March 18, 2015 20:19
-
-
Save dmaynor/1c2aab9bf35b8ff89551 to your computer and use it in GitHub Desktop.
Making Spark less noisy
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
cd ~/code/spark-1.3.0-bin-hadoop2.4/conf/ | |
cp log4j.properties.template log4j.properties | |
change log4j.rootCategory=INFO, console to log4j.rootCategory=WARN, console |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment