scala - How to stop messages displaying on spark console? - Stack Overflow
Another approach would be to :
Fireup spark-shell and type in the following:
import org.apache.log4j.Logger import org.apache.log4j.Level Logger.getLogger("org").setLevel(Level.OFF) Logger.getLogger("akka").setLevel(Level.OFF)Read full article from scala - How to stop messages displaying on spark console? - Stack Overflow
No comments:
Post a Comment