...
In your Hive connection, add the following option to your Connection String Options (
connectStrOpts
) in your Hive connection:Code Block "connectStrOpts": ";sess_var_list?mapred.job.queue.name=<your_queue>",
where:
<your_queue>
is the name of the YARN job queue.- Save the change.
- Test the connection.
- Run a job, and verify that it is routed to the appropriate YARN job queue.
...