Re: Local tests logging to log4j

2014-10-07 Thread Debasish Das
Thanks Sean...trying them out... On Tue, Oct 7, 2014 at 12:24 PM, Sean Owen wrote: > What has worked for me is to bundle log4j.properties in the root of > the application's .jar file, since log4j will look for it there, and > configuring log4j will turn off Spark's default log4j configuration. >

Re: Local tests logging to log4j

2014-10-07 Thread Sean Owen
What has worked for me is to bundle log4j.properties in the root of the application's .jar file, since log4j will look for it there, and configuring log4j will turn off Spark's default log4j configuration. I don't think conf/log4j.properties is going to do anything by itself, but -Dlog4j.configura