Re: Reducing Spark's logging verbosity

2015-03-22 Thread Emre Sevinc
Hello Edmon, Does the following help? http://stackoverflow.com/questions/27248997/how-to-suppress-spark-logging-in-unit-tests/2736#2736 -- Emre Sevinç http://www.bigindustries.be On Mar 22, 2015 1:44 AM, "Edmon Begoli" wrote: > Hi, > Does anyone have concrete recommendations how to red

Reducing Spark's logging verbosity

2015-03-21 Thread Edmon Begoli
Hi, Does anyone have concrete recommendations how to reduce Spark's logging verbosity. We have attempted on several occasions to address this by setting various log4j properties, both in configuration property files and in $SPARK_HOME/conf/ spark-env.sh; however, all of those attempts have failed.