Page tree

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  1. 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.

  2. Save the change.
  3. Test the connection. 
  4. Run a job, and verify that it is routed to the appropriate YARN job queue.

...