[ 
https://issues.apache.org/jira/browse/YUNIKORN-193?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17121306#comment-17121306
 ] 

Weiwei Yang edited comment on YUNIKORN-193 at 6/1/20, 8:08 PM:
---------------------------------------------------------------

Agree. We need some template/profile for queues. Something like the following:
{code:java}
queue-templates:
 - name: temp01
    submitacl: *
    properties:
      application.sort.policy: fifo
    resources:
       guaranteed:
         memory: 400000
         vcore: 40000
      max:
        memory: 600000
        vcore: 60000

{code}


was (Author: wwei):
Agree. We need some template/profile for queues. Something like the following:

{code}

queue-templates:

 - name: temp01

    submitacl: *

    properties:

      application.sort.policy: fifo

    resources:

       guaranteed:

          memory: 400000

           vcore: 40000

      max:

          memory: 600000

          vcore: 60000

{code}

> Add option to allow parent to set unmanaged child queue properties
> ------------------------------------------------------------------
>
>                 Key: YUNIKORN-193
>                 URL: https://issues.apache.org/jira/browse/YUNIKORN-193
>             Project: Apache YuniKorn
>          Issue Type: New Feature
>          Components: core - scheduler
>            Reporter: Wilfred Spiegelenburg
>            Assignee: Wilfred Spiegelenburg
>            Priority: Major
>
> The parent queue can not provide a template for auto generated child queues.
> This means that there is no way for a parent to specify an application 
> sorting policy or a maximum resource setting on a child queue.
> - application sort policy
> - max resources
> We should allow a child template to be set on the managed parent queue (in 
> the config) which can define the behaviour of leaf queues below it



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

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

Reply via email to