You are viewing a plain text version of this content. The canonical link for it is here.
Posted to common-issues@hadoop.apache.org by "cldoltd (Created) (JIRA)" <ji...@apache.org> on 2012/03/16 09:07:41 UTC

[jira] [Created] (HADOOP-8178) Error Queue "default" does not exist when using : capacity scheduler

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