Skip to content

Instantly share code, notes, and snippets.

@danish-rehman
Created July 2, 2016 21:09
Show Gist options
  • Save danish-rehman/d6619301fed68e30163b34be64017353 to your computer and use it in GitHub Desktop.
Save danish-rehman/d6619301fed68e30163b34be64017353 to your computer and use it in GitHub Desktop.
Spark : Disable INFO log for Spark
log4j = sc._jvm.org.apache.log4j
log4j.LogManager.getRootLogger().setLevel(log4j.Level.ERROR)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment