Created 07-27-2016 04:11 PM
Created 07-27-2016 06:59 PM
Hi @Ram D
The explanation for the parameter is:
The multiple of the queue capacity which can be configured to allow a single user to acquire more resources. By default this is set to 1 which ensures that a single user can never take more than the queue's configured capacity irrespective of how idle the cluster is. Value is specified as a float.
There are two queue parms capacity and max capacity.
The max determines elasticity and it is at queue level.
We have to adjust the user-limit-factor so that user can leverage more than just the capacity. What it says is a user can use X number of times the capacity of the queue within under max capacity.
Hope this helps !
Created 07-27-2016 04:55 PM
@Neeraj Sabharwal @Artem Ervits Can anyone help me with explanation? if i put user limit factor as 3.5, what it will do?
Created 07-27-2016 05:29 PM
Created 07-27-2016 06:25 PM
I am asking about user limit factor in yarn queue manager? if we click on created queue under root, it shows user limit factor. what is the significance of it?
Created 07-27-2016 06:59 PM
Hi @Ram D
The explanation for the parameter is:
The multiple of the queue capacity which can be configured to allow a single user to acquire more resources. By default this is set to 1 which ensures that a single user can never take more than the queue's configured capacity irrespective of how idle the cluster is. Value is specified as a float.
There are two queue parms capacity and max capacity.
The max determines elasticity and it is at queue level.
We have to adjust the user-limit-factor so that user can leverage more than just the capacity. What it says is a user can use X number of times the capacity of the queue within under max capacity.
Hope this helps !
Created 07-27-2016 07:09 PM
Thank you. @bmadala