I am using cloudera 6.3 and trying to achieve following things.
- all the users who are running interactive queries should not get more than 20% of resources
- Functional id which is used for getting data through Imapala should not get 30% of resources
- functional is's which are being used for ETL should get minimum 70% of resources, however if required should take resources from above two.
What should I need to do ?
- do I need to configure dynamic resource pool for
1and2? or do I needyarn queue - for
points 3do I need to configure resouce pool from imapala admission control ?
What does this means ? what does root.default and root.users represents ?

rootis the root queue, as the name suggests.root.defaultandroot.usersare its sub-queues (you can tell by the fact there is the prefixroot.).Honestly I'm not sure that Impala uses YARN to manage its resources though