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 <[email protected]> wrote: > 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 < > [email protected]> wrote: > > > Hi, > > > > After updating conf/mapred-site.xml, did you restart using > > bin/stop-mapred.sh and bin/start-mapred.sh? > > > > -Chaitanya. > > > > > > On Wed, Dec 16, 2009 at 1:41 PM, anjali nair <[email protected] > >wrote: > > > >> This is the mapred-site.xml. I am using hadoop-0.20.1. The new queue, > >> cqueue > >> is being displayed in jobtracker UI. But the job just does not get > >> submitted > >> to it. It still goes to default queue. > >> > >> <configuration> > >> <property> > >> <name>mapred.job.tracker</name> > >> <value>cluster1:9001</value> > >> </property> > >> <property> > >> <name>mapred.jobtracker.taskScheduler</name> > >> <value>org.apache.hadoop.mapred.CapacityTaskScheduler</value> > >> </property> > >> <property> > >> <name>mapred.queue.names</name> > >> <value>cqueue,default</value> > >> </property> > >> <property> > >> <name>mapreduce.job.queuename</name> > >> <value>cqueue</value> > >> </property> > >> <property> > >> <name>mapred.map.tasks</name> > >> <value>6</value> > >> </property> > >> <property> > >> <name>mapred.reduce.tasks</name> > >> <value>2</value> > >> </property> > >> </configuration> > >> > >> > >> -- > >> Anjali M > >> Student > >> PSG College of Technology > >> > > > > > > > > -- > > V V Chaitanya > > > > - Beauty lies in the eyes of the beholder; and people tell me "looks are > > deceptive". > > > > > > -- > Anjali M > Student > PSG College of Technology > -- V V Chaitanya - Beauty lies in the eyes of the beholder; and people tell me "looks are deceptive".
