I am not running it using spark submit , i am running locally inside Eclipse IDE , how i set this using JAVA Code
Ashish On Mon, Sep 28, 2015 at 10:42 AM, Adrian Tanase <atan...@adobe.com> wrote: > You also need to provide it as parameter to spark submit > > http://stackoverflow.com/questions/28840438/how-to-override-sparks-log4j-properties-per-driver > > From: Ashish Soni > Date: Monday, September 28, 2015 at 5:18 PM > To: user > Subject: Spark Streaming Log4j Inside Eclipse > > I need to turn off the verbose logging of Spark Streaming Code when i am > running inside eclipse i tried creating a log4j.properties file and placed > inside /src/main/resources but i do not see it getting any effect , Please > help as not sure what else needs to be done to change the log at DEBUG or > WARN >