Skip to content

Instantly share code, notes, and snippets.

@dmaynor
Created March 18, 2015 20:19
Show Gist options
  • Save dmaynor/1c2aab9bf35b8ff89551 to your computer and use it in GitHub Desktop.
Save dmaynor/1c2aab9bf35b8ff89551 to your computer and use it in GitHub Desktop.
Making Spark less noisy
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