RE: enabling capacity scheduler in 0.24

2012-01-11 Thread Anupam Seth
Probably need to restart your YARN cluster. From: Ann Pal [mailto:ann_r_...@yahoo.com] Sent: Wednesday, January 11, 2012 4:03 PM To: mapreduce-user@hadoop.apache.org Subject: Re: enabling capacity scheduler in 0.24 I have added a capacity-scheduler.xml but the web ui still shows it using the

Re: enabling capacity scheduler in 0.24

2012-01-11 Thread Ann Pal
capacity scheduler in 0.24 You probably want to add a capacity-scheduler.xml to define the queues On Tue, Jan 10, 2012 at 2:46 PM, Ann Pal wrote: Hi >Is the following the only steps to turn on capacity scheduler? >[1] Edit conf/yarn-site.xml to include: >yarn.resourcemanager.schedu

Re: enabling capacity scheduler in 0.24

2012-01-11 Thread Ravi Prakash
You probably want to add a capacity-scheduler.xml to define the queues On Tue, Jan 10, 2012 at 2:46 PM, Ann Pal wrote: > Hi > Is the following the only steps to turn on capacity scheduler? > [1] Edit conf/yarn-site.xml to include: > yarn.resourcemanager.scheduler.class - > org.apache.hadoop.yar

enabling capacity scheduler in 0.24

2012-01-10 Thread Ann Pal
Hi Is the following the only steps to turn on capacity scheduler? [1] Edit conf/yarn-site.xml to include: yarn.resourcemanager.scheduler.class - org.apache.hadoop.yarn.server.resourcemanager.scheduler.capacity.CapacityScheduler I added the above but from the web interface i see only the default fa