Created on 12-19-2024 02:42 AM - edited 12-19-2024 03:51 AM
Hello,
We are trying to implement Impala Admission Control.
Our requirement is if we have 5 users let it be A,B,C,D and E. I have created 2 resource pool and added user A,B,C under Submission Access Control of "resource_pool_1" and added user D and E under "resource_pool_2" now we require if user A or B or C will run any impala query it should run in "resource_pool_1" and if user D or E run any impala query it should run in "resource_pool_2".
But user does not set pool while running query it should run in allocated pool directly
How can we achieve this from Impala Admission Control Configuration?
Thanks in advance!
Created 12-19-2024 08:44 AM
@Abhijith_Nayak
To achieve the desired behavior where Impala queries automatically run in the respective resource pools based on the user, you can configure Impala Admission Control to handle this routing seamlessly. Here's how you can implement it.
1. Enable Resource Pools in Cloudera Manager
2. Create Resource Pools
Verify the following settings for each pool:
Query concurrency limits are set based on your cluster’s capacity.
3. Configure Submission Access Control
3. For resource_pool_2, under Submission Access Control, add
This ensures that only the specified users can submit queries to their designated pools.
Configure Default Resource Pool Selection
Steps:
5. Validate the Configuration
Look for the Admission result section to verify the query ran in the correct pool.
This configuration ensures proper workload isolation and efficient resource utilization in your cluster. Let me know if further clarification is needed Happy hadooping !!!
Created 12-23-2024 02:43 AM
1. Enable Resource Pools in Cloudera Manager
2. Create Resource Pools
3. Configure Submission Access Control
We have done above configuration successfully
But we are not able to do this section Configure Default Resource Pool Selection
we don't have Pool Mapping Rules this option in Cloudera Manager > Impala > Configuration > Admission Control > Pool Mapping Rules. path
We are using CDP 7.1.9 and CM 7.11.3
Do we need to change any thing in Placement Rules section of Impala Admission Control Configuration page