Error Queue "default" does not exist when using : capacity scheduler
--------------------------------------------------------------------
Key: HADOOP-8178
URL: https://issues.apache.org/jira/browse/HADOOP-8178
Project: Hadoop Common
Issue Type: New Feature
Components: conf
Affects Versions: 1.0.0
Reporter: cldoltd
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
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators:
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira