Hi, Anyone know an easy change to suppress the INFO messages from various logging classes. I assume you need to edit conf/log4j.properties, but everything I tried seems to not work.
For instance, to suppress messages like... 12/05/17 17:24:47 INFO mapred.JobClient: Map output records=0 I have tried adding this at the bottom of log4j.properties... log4j.logger.mapred.JobClient=WARN But that does not seem to have any effect. Thanks, Jon