You are viewing a plain text version of this content. The canonical link for it is here.
Posted to mapreduce-user@hadoop.apache.org by Pedro Sá da Costa <ps...@gmail.com> on 2013/05/30 14:25:09 UTC

Queues in hadoop 2.0.4

I am using hadoop 2.0.4

1 - Which component manage queues? Is it the jobtracker?

2 - If so, it is possible to define several queues (set
mapred.job.queue.name=$QUEUE_NAME;)?

-- 
Best regards,

Re: Queues in hadoop 2.0.4

Posted by Thomas Graves <tg...@yahoo-inc.com>.
The Resourcemanager manages the queues in hadoop 2.0.4.  As far as the specifics it depends on the scheduler you use.  If you use the capacity scheduler or fair scheduler you can have multiple queues.  Take a look at the documentation here for capacity scheduler: http://hadoop.apache.org/docs/r2.0.4-alpha/hadoop-yarn/hadoop-yarn-site/CapacityScheduler.html

Any example capacity-scheduler.xml config file is here: http://svn.apache.org/viewvc/hadoop/common/trunk/hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-resourcemanager/conf/capacity-scheduler.xml?revision=1432931&view=markup

Tom

From: Pedro Sá da Costa <ps...@gmail.com>>
Reply-To: "mapreduce-user@hadoop.apache.org<ma...@hadoop.apache.org>" <ma...@hadoop.apache.org>>
Date: Thursday, May 30, 2013 7:25 AM
To: mapreduce-user <ma...@hadoop.apache.org>>
Subject: Queues in hadoop 2.0.4

I am using hadoop 2.0.4

1 - Which component manage queues? Is it the jobtracker?

2 - If so, it is possible to define several queues (set mapred.job.queue.name<http://mapred.job.queue.name>=$QUEUE_NAME;)?

--
Best regards,