Yongjun Zhang created YUNIKORN-1809:
---------------------------------------

             Summary: Fix queue config doc to not to use fraction in resource 
spec
                 Key: YUNIKORN-1809
                 URL: https://issues.apache.org/jira/browse/YUNIKORN-1809
             Project: Apache YuniKorn
          Issue Type: Improvement
            Reporter: Yongjun Zhang
            Assignee: Yongjun Zhang


[https://yunikorn.apache.org/docs/user_guide/queue_config/] 

used an example 
{code:java}
partitions:
  - name: default
    queues:
      - name: namespaces
        parent: true
        maxapplications: 12
        resources:
          guaranteed:
            {memory: 1G, vcore: 10}
          max:
            {memory: 10G, vcore: 100}
        queues:
          - name: level1
            maxapplications: 8
            resources:
              guaranteed:
                {memory: 0.5G, vcore: 5}
              max:
                {memory: 5G, vcore: 50}
 {code}
where fraction is used in memory spec
{code:java}
 {memory: 0.5G, vcore: 5}{code}
and fraction is actually never supported.

This ticket is to fix the doc.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to