Re: Multiple queues question

2011-02-07 Thread Sonal Goyal
I think the CapacityScheduler is the one to use with multiple queues, see http://hadoop.apache.org/common/docs/r0.19.2/capacity_scheduler.html Thanks and Regards, Sonal Connect Hadoop with databases, Salesforce, FTP servers and others

Multiple queues question

2011-02-05 Thread Robert Grandl
Hi all, I am trying to submit jobs to different queues in hadoop-0.20.2 I configured conf/mapred-site.xml mapred.queue.names queue1, queue2 Then I was starting wordcount job with following configuration: mapred.job.queue.name queue1 I am trying to run Hadoop with default FIFO scheduler.