Re: Re:capacity_scheduler: working

2009-12-15 Thread chaitanya krishna
Hi, You can put the property in conf/mapred-site.xml as follows: mapreduce.job.queuename queue-name The above way would be useful if you want to submit all the jobs to a specific queue(other than default). If the queue to which job is being submitted is different for each job, then try :

Re: Re:capacity_scheduler: working

2009-12-16 Thread anjali nair
Yes i did. But it still is the same. I tried removing the deafult queue entirely. But that gives an error. On Wed, Dec 16, 2009 at 1:47 PM, chaitanya krishna < chaitanyavv.ii...@gmail.com> wrote: > Hi, > > After updating conf/mapred-site.xml, did you restart using > bin/stop-mapred.sh and bin/st

Re: Re:capacity_scheduler: working

2009-12-16 Thread chaitanya krishna
Hi, for 20.1 version , the property name is mapred.job.queue.name while for 21, it is mapreduce.job.queue.name. Hope this helps. - Chaitanya. On Wed, Dec 16, 2009 at 1:54 PM, anjali nair wrote: > Yes i did. But it still is the same. I tried removing the deafult queue > entirely. But that gives