[jira] [Created] (IGNITE-11577) Yarn Ignite Deployment Documentation change to include Queue override option
ARAVINDA REDDY N created IGNITE-11577: - Summary: Yarn Ignite Deployment Documentation change to include Queue override option Key: IGNITE-11577 URL: https://issues.apache.org/jira/browse/IGNITE-11577 Project: Ignite Issue Type: Improvement Components: documentation Affects Versions: 2.7 Reporter: ARAVINDA REDDY N Fix For: 2.8 I have worked on https://issues.apache.org/jira/browse/IGNITE-11508 (Yarn Ignite deployment: Add support to override queue name through cluster properties) The above fix needs [https://apacheignite.readme.io/docs/yarn-deployment] configuration section about the Queue override property changes. Please find the details to be added to configuration for the release in which the above fix will be included. Name: IGNITE_YARN_QUEUE Description: The Yarn queue name which will be used for starting the Ignite application Default: default Example: ignite -- This message was sent by Atlassian JIRA (v7.6.3#76005)
[jira] [Created] (IGNITE-11508) Yarn Ignite deployment: Add support to over ride queue name through cluster properties
ARAVINDA REDDY N created IGNITE-11508: - Summary: 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 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)