You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
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
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
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.)