SyntaxFix
Write A Post
Hire A Developer
Questions
The way I do it is:
in the location I run the spark-submit script do
spark-submit
$ cp /etc/spark/conf/log4j.properties . $ nano log4j.properties
change INFO to what ever level of logging you want and then run your spark-submit
INFO