Hi,

  You can put the property in conf/mapred-site.xml as follows:

<property>
<name>mapreduce.job.queuename</name>
<value>queue-name</queue>
</property>

  The above way would be useful if you want to submit all the jobs to a
specific queue(other than default).
  If the queue to which job is being submitted is different for each job,
then try :

  hadoop jar <jar_name> <job> <in> <out>
-Dmapreduce.job.queuename=<queue-name>

Hope this helps.

- Chaitanya.

On Wed, Dec 16, 2009 at 10:51 AM, anjali nair <[email protected]> wrote:

> Tanx a lot for the suggestion. But I am pretty new to this. Can you tell me
> where to use this. as to do we need to conifugure this in conf? or when we
> submit as
>
> hadoop jar <jar_name> <job> <in> <out> where should we specify this?
>
> Plz help.
>
> --
> 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".

Reply via email to