Open eubnara opened 6 years ago
I confused the effects from configuring user-limit-factor
, minimum-user-limit-percent
.
I understand that:
minimum-user-limit-percent
: a soft limit on the smallest amount of resources a single user should get access to if they are requesting ituser-limit-factor
: to control the max amount of resources that a single user can consumeIt is acceptable to me when minimum-user-limit-percent * (1 / 100) <= user-limit-factor
.
How is it going when user-limit-factor <= minimum-user-limit-percent * (1 / 100)
?
In this circumstance, I think user-limit-factor
is only meaningful.
https://ko.hortonworks.com/blog/yarn-capacity-scheduler/ https://docs.hortonworks.com/HDPDocuments/HDP2/HDP-2.6.3/bk_yarn-resource-management/content/setting_user_limits.html