I use capacity scheduler when i run job has error : Queue "default" does not exist when using 1.i have been add

   <property>
           <name>mapred.jobtracker.taskScheduler</name>
           <value>org.apache.hadoop.mapred.CapacityTaskScheduler</value>
   </property>

   <property>
           <name>mapred.queue.names</name>
           <value>queue1,queue1,queue3</value>
   </property>

2.copy hadoop-capacity-scheduler-*.jar into contrib/capacity-scheduler

thanks

asked 18 Mar '12, 00:08

cldoltd's gravatar image

cldoltd
1222
accept rate: 0%

Be the first one to answer this question!
toggle preview

Follow this question

By Email:

Once you sign in you will be able to subscribe for any updates here

By RSS:

Answers

Answers and Comments

Markdown Basics

  • *italic* or __italic__
  • **bold** or __bold__
  • link:[text](http://url.com/ "title")
  • image?![alt text](/path/img.jpg "title")
  • numbered list: 1. Foo 2. Bar
  • to add a line break simply add two spaces to where you would like the new line to be.
  • basic HTML tags are also supported

Tags:

×93

Asked: 18 Mar '12, 00:08

Seen: 484 times

Last updated: 18 Mar '12, 00:08

powered by OSQA