Re: How do I enable debug mode

2014-12-04 Thread adarsh deshratnam
It seems log4j is not configured properly. try putting below line in log4.properties again log4j.logger.org.apache.hadoop = DEBUG Thanks, Adarsh D On Thu, Dec 4, 2014 at 11:02 AM, Gino Gu01 gino_g...@infosys.com wrote: Hello, I have below code in mapreduce program.

RE: How do I enable debug mode

2014-12-04 Thread Rohith Sharma K S
You can use below configuration at client for changing log level at MR ApplicationMaster :yarn.app.mapreduce.am.log.level=DEBUG Mapper : mapreduce.map.log.level=DEBUG Reducer : mapreduce.reduce.log.level=DEBUG Thanks Regards Rohith Sharma K S This e-mail and its

RE: How do I enable debug mode

2014-12-04 Thread Gino Gu01
= DEBUG From: Rohith Sharma K S [mailto:rohithsharm...@huawei.com] Sent: Thursday, December 04, 2014 11:04 PM To: user@hadoop.apache.org Subject: RE: How do I enable debug mode You can use below configuration at client for changing log level at MR ApplicationMaster