overriding default queue

3 views
Skip to first unread message

MrIndia

unread,
Jul 12, 2010, 7:05:57 PM7/12/10
to Jaql Users
Hi,

I am trying to run Jaql on an existing cluster. When i run
JaqlShell query job is submitted to a default queue. How can i
configure Jaql to submit to required queue? Where should i set
mapred.job.queue.name?

-Bharath

Kevin Beyer

unread,
Jul 12, 2010, 11:38:43 PM7/12/10
to Jaql Users
When jaql is started, you point it at a conf directory. You could set
any options you want there. If you don't want to create a conf
directory, in the trunk version we have a way to override anything in
the conf using setOptions:

setOptions( { conf: { "io.sort.factor": 20 }} );

You should be able to set your queue options there. (We might change
the way this is written for the actual release, stay tuned.)

-K
Reply all
Reply to author
Forward
0 new messages