Re: YARN -- Debug messages in logs

2014-02-28 Thread Xuan Gong
Hey, Kishore: you can change the log level from INFO to DEBUG in log4j.properties Thanks, Xuan Gong On Fri, Feb 28, 2014 at 10:09 AM, Krishna Kishore Bonagiri write2kish...@gmail.com wrote: Hi, How can I get the debug log messages from RM and other daemons? For example,

YARN -- Debug messages in logs

2014-02-28 Thread Krishna Kishore Bonagiri
Hi, How can I get the debug log messages from RM and other daemons? For example, Currently I could see messages from LOG.info() only, i.e. something like this: LOG.info(event.getContainerId() + Container Transitioned from + oldState + to + getState()); How can I get those from