Created 10-31-2016 12:50 PM
I found sometime, in our cluster, only one query from Tez can used up all resources. Can I limit the containers for Tez query so that there are free resource kept for other sessions?
Created 10-31-2016 03:19 PM
Please check your capacity schedule configuration, on the queue where TEZ container is occupying all the capacity. Also if you are using only default queue then please check size of your tez container, modify it accordingly. If you are using default queue then I would recommend you to configure multiple queues.
Please refer below doc for more details
Created 10-31-2016 03:19 PM
Please check your capacity schedule configuration, on the queue where TEZ container is occupying all the capacity. Also if you are using only default queue then please check size of your tez container, modify it accordingly. If you are using default queue then I would recommend you to configure multiple queues.
Please refer below doc for more details
Created 11-01-2016 01:41 AM
scheduler-config-1477964292460.xmlKuldeep, Thanks for your quick response.
Firstly, tez used default queue, Now I created new which named squeue, but I don't know how to set the value for "User Limit Factor" and "MInimum User Limit" .
Created 11-03-2016 04:52 AM
You can set hive/tez to use a specified queue. For tez, the configuration is 'tez.queu.name'. Regarding to queue capacity settings, please refer to this link.