Created
July 2, 2016 21:09
-
-
Save danish-rehman/d6619301fed68e30163b34be64017353 to your computer and use it in GitHub Desktop.
Spark : Disable INFO log for Spark
This file contains hidden or 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
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