You can use log4j.properties to control Spark's log output. I am not sure what is in your file, but here is an example of changing Spark's output to WARN [1]. You can set this to OFF to disable all log messages.
Thanks Shivaram [1] https://github.com/amplab-extras/SparkR-pkg/blob/master/pkg/src/src/main/resources/log4j.properties#L8 On Sun, Feb 23, 2014 at 8:45 PM, agg <agalaka...@gmail.com> wrote: > Hey guys, > > I am trying to disable all forms of logging to the console while running my > application using sbt run...I have tried writing a log4j.properties file in > conf, but can't seem to get it to work. Does anyone know how to accomplish > this? > > > > > -- > View this message in context: > http://apache-spark-user-list.1001560.n3.nabble.com/Disable-all-spark-logging-tp1960.html > Sent from the Apache Spark User List mailing list archive at Nabble.com.