Kinga Marton created YUNIKORN-384:
-------------------------------------
Summary: [webUI] UI doesn't parse partition info correctly with
more than one partition
Key: YUNIKORN-384
URL: https://issues.apache.org/jira/browse/YUNIKORN-384
Project: Apache YuniKorn
Issue Type: Improvement
Reporter: Kinga Marton
When we have more than one partition defined, the Queues UI is empty.
Use the following config to reproduce:
{code:yaml}
configuration: |
partitions:
-
name: otherPart
queues:
-
name: root
submitacl: '*'
queues:
-
name: someQueue
resources:
guaranteed:
memory: 50000
vcore: 5000
max:
memory: 80000
vcore: 8000
-
name: default
queues:
-
name: root
submitacl: '*'
queues:
-
name: advertisement
resources:
guaranteed:
memory: 500000
vcore: 50000
max:
memory: 800000
vcore: 80000
...
{code}
--
This message was sent by Atlassian Jira
(v8.3.4#803005)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]