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
Solved
Go to solution
Hive CLI against specific queue
Labels:
- Labels:
-
Apache Hive
Rising Star
Created ‎04-05-2017 04:26 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Any
idea how to execute hive cli or hbase shell against a specific
queue
?
In one of our clusters the default queue is
stopped
and there are two other queues.
But by default hive cli it is going against the default queue and
failing.
So
how to use other queues - say q1, q2 - with hive cli
or hbase shell.
Appreciate the feedback.
1 ACCEPTED SOLUTION
Guru
Created ‎04-05-2017 04:52 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
On Hive CLI depending on the execution engine, for "mr" you can use "set mapred.job.queue.name=<queuename>;" or for "tez" you can use "set tez.queue.name=<queuename>;".
2 REPLIES 2
Guru
Created ‎04-05-2017 04:52 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
On Hive CLI depending on the execution engine, for "mr" you can use "set mapred.job.queue.name=<queuename>;" or for "tez" you can use "set tez.queue.name=<queuename>;".
Rising Star
Created ‎04-06-2017 01:49 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Worked. Thanks.
