Hi all, I noticed in the Yarn service template file for Llap, https://github.com/apache/hive/blob/master/llap-server/src/main/resources/templates.py#L24
that the Resource#cpus is hardcoded to 1. Llap daemon containers will always only have 1 vcpu allocated due to this. I was wondering is this expected? Could this be a bottleneck for llap containers?