Hi all,

I am trying to submit jobs to different queues in hadoop-0.20.2

I configured conf/mapred-site.xml
<property>
<name>mapred.queue.names</name>
<value>queue1, queue2</value>
</property>

Then I was starting wordcount job with following configuration:

<configuration>
<property>
<name>mapred.job.queue.name</name>
<value>queue1</value>
</property>
</configuration>

I am trying to run Hadoop with default FIFO scheduler.

However the wordcount job appears on http://localhost:50030/jobtracker.jsp that is was submitted
to both queue1 and queue2.

Did I forgot to configure something ?

Thank you very much,
Robert


Reply via email to