Options
- Subscribe to RSS Feed
- Mark Question as New
- Mark Question as Read
- Float this Question for Current User
- Bookmark
- Subscribe
- Mute
- Printer Friendly Page
How can I make my Hue User run in a specific queue
Labels:
- Labels:
-
Apache YARN
Rising Star
Created ‎10-09-2020 02:11 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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
Expert Contributor
Created ‎10-09-2020 11:55 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
@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>;
