Is it possible to create a dynamic resource pool in YARN on Ambari?
We need to limit the use of YARN resources per user.
we need to configure thread queues for users separately, example:
YARN has 1 TB of memory and 400 vCPU
we need to configure the following:
1. The default queue occupies 50% (500 GB memory and 200 vCPU)
2. User1 queue occupies 25% (250 GB memory and 100 vCPU)
3. User2 queue occupies 25% (250 GB memory and 100 vCPU)
all this configuration must be done in Ambari.
how can we make this configuration?