You are viewing a plain text version of this content. The canonical link for it is here.
Posted to reviews@yunikorn.apache.org by wi...@apache.org on 2022/08/01 22:26:28 UTC

[yunikorn-site] branch master updated: [YUNIKORN-1272] Remove queueName from REST API requests / allocations (#168)

This is an automated email from the ASF dual-hosted git repository.

wilfreds pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/yunikorn-site.git


The following commit(s) were added to refs/heads/master by this push:
     new 94ff7344a [YUNIKORN-1272] Remove queueName from REST API requests / allocations (#168)
94ff7344a is described below

commit 94ff7344a39d7ff59d76809c5e264ff01e5cd8aa
Author: Craig Condit <cc...@apache.org>
AuthorDate: Tue Aug 2 08:26:10 2022 +1000

    [YUNIKORN-1272] Remove queueName from REST API requests / allocations (#168)
    
    Closes: #168
    
    Signed-off-by: Wilfred Spiegelenburg <wi...@apache.org>
---
 docs/api/scheduler.md | 7 -------
 1 file changed, 7 deletions(-)

diff --git a/docs/api/scheduler.md b/docs/api/scheduler.md
index ddb4dd1bd..650460f8f 100644
--- a/docs/api/scheduler.md
+++ b/docs/api/scheduler.md
@@ -315,7 +315,6 @@ In the example below there are three allocations belonging to two applications,
                 },
                 "pendingCount": 1,
                 "priority": "0",
-                "queueName": "root.default",
                 "requiredNodeId": "",
                 "applicationId": "application-0001",
                 "partition": "default",
@@ -360,7 +359,6 @@ In the example below there are three allocations belonging to two applications,
                     "vcore": 4000
                 },
                 "priority": "0",
-                "queueName": "root.default",
                 "nodeId": "node-0001",
                 "applicationId": "application-0001",
                 "partition": "default",
@@ -431,7 +429,6 @@ In the example below there are three allocations belonging to two applications,
                     "vcore": 2000
                 },
                 "priority": "0",
-                "queueName": "root.default",
                 "nodeId": "node-0001",
                 "applicationId": "application-0002",
                 "partition": "default",
@@ -456,7 +453,6 @@ In the example below there are three allocations belonging to two applications,
                     "vcore": 2000
                 },
                 "priority": "0",
-                "queueName": "root.default",
                 "nodeId": "node-0002",
                 "applicationId": "application-0002",
                 "partition": "default",
@@ -586,7 +582,6 @@ Here you can see an example response from a 2-node cluster having 3 allocations.
                     "vcore": 2000
                 },
                 "priority": "0",
-                "queueName": "root.default",
                 "nodeId": "node-0001",
                 "applicationId": "application-0001",
                 "partition": "default",
@@ -611,7 +606,6 @@ Here you can see an example response from a 2-node cluster having 3 allocations.
                     "vcore": 4000
                 },
                 "priority": "0",
-                "queueName": "root.default",
                 "nodeId": "node-0001",
                 "applicationId": "application-0002",
                 "partition": "default",
@@ -672,7 +666,6 @@ Here you can see an example response from a 2-node cluster having 3 allocations.
                     "vcore": 2000
                 },
                 "priority": "0",
-                "queueName": "root.default",
                 "nodeId": "node-0002",
                 "applicationId": "application-0001",
                 "partition": "default",