Support Questions

Find answers, ask questions, and share your expertise
Announcements
Welcome to the upgraded Community! Read this blog to see What’s New!

How can I make my Hue User run in a specific queue

avatar
Explorer

My Hue User triggers a job when doing some hive query, I would like this Hue user to have its own queue so when doing hive query, the triggered job runs on that resource pool alone. How can I do this?

1 REPLY 1

avatar
Contributor

@Mondi You can use the below property to use a specific queue for hue jobs. set below property before running query in hue.

set mapred.job.queue.name=<hue_queue>;

Labels