You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@yunikorn.apache.org by "Kinga Marton (Jira)" <ji...@apache.org> on 2020/08/27 10:14:00 UTC

[jira] [Created] (YUNIKORN-384) [webUI] UI doesn't parse partition info correctly with more than one partition

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: issues-unsubscribe@yunikorn.apache.org
For additional commands, e-mail: issues-help@yunikorn.apache.org