Configure user quotas in Impala’s Admission Control to limit concurrent queries for
individual users or groups.
Ensure you have access to the fair-scheduler.xml file and necessary administrative
privileges in Impala.
-
Log in to Cloudera Manageras an Administrator
-
In Cloudera Manager, go to .
-
Add or Update
<userQueryLimit> and
<groupQueryLimit> elements to define the quota
rules.
<queue name="group-set-small">
<userQueryLimit>
<user>*</user>
<totalCount>1</totalCount>
</userQueryLimit>
<groupQueryLimit>
<group>it</group>
<totalCount>2</totalCount>
</groupQueryLimit>
<userQueryLimit>
<user>fiona</user>
<totalCount>3</totalCount>
</userQueryLimit>
</queue>
-
Click Apply Changes button and restart Impala.