Member since
05-03-2018
25
Posts
0
Kudos Received
0
Solutions
04-05-2019
03:35 AM
Hi, I'm setting up Impala Admission Control. For the user.<username> placement rules, there is "Not recommended" remark "Use the resource pool that matches the username. (Not Recommended)" (https://www.cloudera.com/documentation/enterprise/5-16-x/topics/cm_mc_resource_pools.html) In my use-case, specific limitation for a set (a dozen) of users should be applied. At the same time the group management is relatively hard, therefore, I would prefer the root.[username] approach. I would like to better understand the drawbacks of this approach: are there any technical limitations from Impala point of view, or it is just a bad practice due to it is harder to maintain&support&manage (from Administrator's perspective)?
... View more
Labels:
- Labels:
-
Apache Impala
04-05-2019
02:07 AM
Yes, that is for limiting the query in order not to reduce accidental influence on other users (i.e. by occupying all available resources). One more point: impala may have default query memory limits set, so you may wish to overwrite it.
... View more