Hi,
I want to check the DEBUG log of spark executor on Standalone deploy mode.
But,
1. Set log4j.properties in spark/conf folder on master node and restart
cluster.
no means above works.
2. usning spark-submit --properties-file log4j.
Just print debug log to screen but executor log still seems to be INFO
level

So how could i set the  log level of spark executor on Standalone to DEBUG?

--------------------------------Env Info-----------------------
spark 1.1.0

Standalone deploy mode.

Submit shell:
 bin/spark-submit --class org.apache.spark.examples.mllib.JavaKMeans
--master spark://master:7077 --executor-memory 600m --properties-file
log4j.properties lib/spark-examples-1.1.0-hadoop2.3.0.jar
hdfs://master:8000/kmeans/data-Kmeans-5.3g 8 1


Thanks!
Wang Haihua

Reply via email to