I have set up my HiveServer2 to use 'hive1,hive2' as its default queues. I expect query submitted by the beeline tool would be running in those two queues, but I observed it runs in the 'default' queue.
I also configured sessions per queue on HS2 to 2, but it seems it does not take effect.
I am using Hive on Tez on HDP 2.3.2 and Ambari 2.1.2.1.
Is there any other configurations required to make the Hive default queues and sessions per queue configs work?