Hi,
I am trying to configure my crunch job with a specific queue as
following:
hadoop jar my-crunch-app.jar classname
-Dmapreduce.job.queuename=queue_name
but it did not work, and the job was still submitted to the default
queue.
How can I change the queue name in either command line way or by
setting the job conf in my crunch codes?
Thanks!
Lucy
