Re: Setting debug log level for individual daemons

2014-04-16 Thread Ashwin Shankar
Yes, thank you Stanley ! Ashwin On Tue, Apr 15, 2014 at 8:01 PM, Stanley Shi wrote: > Is this what you are looking for? > > http://hadoop.apache.org/docs/r2.3.0/hadoop-project-dist/hadoop-common/CommandsManual.html#daemonlog > > Regards, > *Stanley Shi,* > > > > On Wed, Apr 16, 2014 at 2:06 AM

Re: Setting debug log level for individual daemons

2014-04-15 Thread Stanley Shi
Is this what you are looking for? http://hadoop.apache.org/docs/r2.3.0/hadoop-project-dist/hadoop-common/CommandsManual.html#daemonlog Regards, *Stanley Shi,* On Wed, Apr 16, 2014 at 2:06 AM, Ashwin Shankar wrote: > Thanks Gordon and Stanley, but this would require us to bounce the process. >

Re: Setting debug log level for individual daemons

2014-04-15 Thread Ashwin Shankar
Thanks Gordon and Stanley, but this would require us to bounce the process. Is there a way to change log levels without bouncing the process ? On Tue, Apr 15, 2014 at 3:23 AM, Gordon Wang wrote: > Put the following line in the log4j setting file. > > log4j.logger.org.apache.hadoop.yarn.server.

Re: Setting debug log level for individual daemons

2014-04-15 Thread Gordon Wang
Put the following line in the log4j setting file. log4j.logger.org.apache.hadoop.yarn.server.resourcemanager=DEBUG,console On Tue, Apr 15, 2014 at 8:33 AM, Ashwin Shankar wrote: > Hi, > How do we set log level to debug for lets say only Resource manager > and not the other hadoop daemons ? > >

Re: Setting debug log level for individual daemons

2014-04-14 Thread Stanley Shi
Add -Dhadoop.root.logger=DEBUG to Something like HADOOP_resourcemanager_opts in yarn-env.sh On Tuesday, April 15, 2014, Ashwin Shankar wrote: > Hi, > How do we set log level to debug for lets say only Resource manager > and not the other hadoop daemons ? > > -- > Thanks, > Ashwin > > > -- Rega

Setting debug log level for individual daemons

2014-04-14 Thread Ashwin Shankar
Hi, How do we set log level to debug for lets say only Resource manager and not the other hadoop daemons ? -- Thanks, Ashwin