Have you tried putting this file on local disk on each of executor nodes? That worked for me.
On 05.06.2015 16:56, nib...@free.fr wrote:
Hello,
I want to override the log4j configuration when I start my spark job.
I tried :
.../bin/spark-submit --class .... --conf 
"spark.executor.extraJavaOptions=-Dlog4j.configuration=file:/.../log4j.properties"
 xxxxx.jar
or
.../bin/spark-submit --class .... --conf 
"spark.executor.extraJavaOptions=-Dlog4j.configuration=/.../log4j.properties" 
xxxxx.jar

But it doesn't work , I still have the default configuration.

Any ideas ?
Tks
Nicolas

---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscr...@spark.apache.org
For additional commands, e-mail: user-h...@spark.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscr...@spark.apache.org
For additional commands, e-mail: user-h...@spark.apache.org

Reply via email to