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 01-19-2024 01:55 AM
If you put User Limit Factor as 3.5 it will take over the minimum queue capacity and will go towards max capacity of the queue.
Let's say if the Minimum capacity of queue is 20% putting user limit factor of 3.5 will give the user to get resources till 70% if that limit is within the max limit of the queue other the queues max limit will be the limit for the user.
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 01-19-2024 01:55 AM
If you put User Limit Factor as 3.5 it will take over the minimum queue capacity and will go towards max capacity of the queue.
Let's say if the Minimum capacity of queue is 20% putting user limit factor of 3.5 will give the user to get resources till 70% if that limit is within the max limit of the queue other the queues max limit will be the limit for the user.
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