Re: log level in spark

2019-05-11 Thread Nicolas Paris
That's all right, i manage to reduce the log level by removing the logback dependency in the pom.xml On Sat, May 11, 2019 at 02:54:49PM +0200, Nicolas Paris wrote: > Hi > > I have a spark code source with tests that create sparkSessions. > > I am running spark testing framework. > > My

log level in spark

2019-05-11 Thread Nicolas Paris
Hi I have a spark code source with tests that create sparkSessions. I am running spark testing framework. My concern is I am not able to configure the log level to INFO. I have large debug traces such: > DEBUG org.spark_project.jetty.util.Jetty - > java.lang.NumberFormatException: For input

Re: how to set log level of spark executor on YARN(using yarn-cluster mode)

2016-03-15 Thread jkukul
.1001560.n3.nabble.com/how-to-set-log-level-of-spark-executor-on-YARN-using-yarn-cluster-mode-tp16528p26505.html Sent from the Apache Spark User List mailing list archive at Nabble.com. - To unsubscribe, e-mail: user-unsubscr

Re: How to set log level in spark-submit ?

2015-07-30 Thread Dean Wampler
to set log level in spark-submit ? Thanks

Re: How to set log level in spark-submit ?

2015-07-30 Thread Alexander Krasheninnikov
mailto:ccn...@gmail.com escribió: Anyone know how to set log level in spark-submit ? Thanks

How to set log level in spark-submit ?

2015-07-29 Thread canan chen
Anyone know how to set log level in spark-submit ? Thanks

Re: How to set log level in spark-submit ?

2015-07-29 Thread Jonathan Coveney
Put a log4j.properties file in conf/. You can copy log4j.properties.template as a good base El miércoles, 29 de julio de 2015, canan chen ccn...@gmail.com escribió: Anyone know how to set log level in spark-submit ? Thanks

Re: How to set log level in spark-submit ?

2015-07-29 Thread canan chen
miércoles, 29 de julio de 2015, canan chen ccn...@gmail.com escribió: Anyone know how to set log level in spark-submit ? Thanks

Re: how to set log level of spark executor on YARN(using yarn-cluster mode)

2014-10-20 Thread eric wong
the log level of spark executor on YARN container to DEBUG? Thanks! -- Wang Haihua -- Marcelo -- 王海华

how to set log level of spark executor on YARN(using yarn-cluster mode)

2014-10-15 Thread eric wong
Hi, I want to check the DEBUG log of spark executor on YARN(using yarn-cluster mode), but 1. yarn daemonlog setlevel DEBUG YarnChild.class 2. set log4j.properties in spark/conf folder on client node. no means above works. So how could i set the log level of spark executor* on YARN container

Re: how to set log level of spark executor on YARN(using yarn-cluster mode)

2014-10-15 Thread Marcelo Vanzin
how could i set the log level of spark executor on YARN container to DEBUG? Thanks! -- Wang Haihua -- Marcelo - To unsubscribe, e-mail: user-unsubscr...@spark.apache.org For additional commands, e-mail: user-h

Re: Changing log level of spark

2014-07-01 Thread Philip Limbeck
/configuration.html#configuring-logging , changing log-level is just a matter of creating a log4j.properties (which is in the classpath of spark) and changing log level there for the root logger. I did this steps on every node in the cluster (master and worker nodes). However, after

Re: Changing log level of spark

2014-07-01 Thread Surendranauth Hiraman
, changing log-level is just a matter of creating a log4j.properties (which is in the classpath of spark) and changing log level there for the root logger. I did this steps on every node in the cluster (master and worker nodes). However, after restart there is still no debug output as desired

Re: Changing log level of spark

2014-07-01 Thread Yana Kadiyska
is just a matter of creating a log4j.properties (which is in the classpath of spark) and changing log level there for the root logger. I did this steps on every node in the cluster (master and worker nodes). However, after restart there is still no debug output as desired, but only

Re: Changing log level of spark

2014-06-25 Thread Tobias Pfeiffer
-logging, changing log-level is just a matter of creating a log4j.properties (which is in the classpath of spark) and changing log level there for the root logger. I did this steps on every node in the cluster (master and worker nodes). However, after restart there is still no debug output

Re: Changing log level of spark

2014-06-25 Thread Aaron Davidson
, changing log-level is just a matter of creating a log4j.properties (which is in the classpath of spark) and changing log level there for the root logger. I did this steps on every node in the cluster (master and worker nodes). However, after restart there is still no debug output as desired

Changing log level of spark

2014-06-24 Thread Philip Limbeck
Hi! According to https://spark.apache.org/docs/0.9.0/configuration.html#configuring-logging, changing log-level is just a matter of creating a log4j.properties (which is in the classpath of spark) and changing log level there for the root logger. I did this steps on every node in the cluster