[
https://issues.apache.org/jira/browse/IGNITE-11508?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
ARAVINDA REDDY N reassigned IGNITE-11508:
-----------------------------------------
Assignee: Ilya Kasnacheev (was: ARAVINDA REDDY N)
Fix Version/s: 2.8
Attachment:
IGNITE_11508_Implemented_yarn_queue_override_feature_for_Yarn_Deployment.patch
I have completed the changed to allow yarn queue override feature for Yarn
deployment.
Change:
-> Introduced a new property IGNITE_YARN_QUEUE to override the queue in cluster
properties
-> if the property is not set by default we will use the "default" queue
-> Added a test case to test the override and default option
Please review the patch attached and let me know your feedback and next steps.
> 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: Ilya Kasnacheev
> Priority: Minor
> Fix For: 2.8
>
> Attachments:
> IGNITE_11508_Implemented_yarn_queue_override_feature_for_Yarn_Deployment.patch,
>
> IGNITE_11508_Implemented_yarn_queue_override_feature_for_Yarn_Deployment.patch
>
>
> 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
(v7.6.3#76005)