My cluster uses capacity queue, and completed setting of allocation resources each queue.
But, when some users apply job with options "set tez.queue.name=abc" or "set mapreduce.queue.name=def", then queue name "abc" and "def" are automatically created in ResourceManager.
That queue can allocate from zero-memory, zero-vcore up to maximum-memory, maximum-vcore in my cluster resources.
I do not want that.
How can i prevent automatically creation of queue by hive?