You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ignite.apache.org by "Maxim Muzafarov (Jira)" <ji...@apache.org> on 2019/10/21 13:30:00 UTC

[jira] [Updated] (IGNITE-11508) Yarn Ignite deployment: Add support to over ride queue name through cluster properties

     [ https://issues.apache.org/jira/browse/IGNITE-11508?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Maxim Muzafarov updated IGNITE-11508:
-------------------------------------
    Ignite Flags: Docs Required,Release Notes Required  (was: Docs Required)

> Yarn Ignite deployment: Add support to over ride queue name through cluster properties
> --------------------------------------------------------------------------------------
>
>                 Key: IGNITE-11508
>                 URL: https://issues.apache.org/jira/browse/IGNITE-11508
>             Project: Ignite
>          Issue Type: Improvement
>          Components: yarn
>    Affects Versions: 2.7
>            Reporter: ARAVINDA REDDY N
>            Assignee: ARAVINDA REDDY N
>            Priority: Minor
>             Fix For: 2.8
>
>         Attachments: IGNITE_11508_Implemented_yarn_queue_override_feature_for_Yarn_Deployment.patch
>
>          Time Spent: 20m
>  Remaining Estimate: 0h
>
> Yarn ignite 2.7.0 doesn't have the facility to provide queue name through the cluster.properties. When i checked the IgniteYarnClient source code by default it is set to "default".
> // Finally, set-up ApplicationSubmissionContext for the application
>  ApplicationSubmissionContext appContext = app.getApplicationSubmissionContext();
>  appContext.setApplicationName("ignition"); // application name
>  appContext.setAMContainerSpec(amContainer);
>  appContext.setResource(capability);
>  appContext.setQueue("default"); // queue
>  
> It would be a great support if we can allow overriding it through cluster properties.



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