From 0bc0364bbc368883370fdf4471fcdef309b9cf4e Mon Sep 17 00:00:00 2001 From: chenjuanni Date: Sat, 12 Oct 2019 17:39:06 +0800 Subject: [PATCH] YARN-9881. Change Cluster_Scheduler_API's Item memorys datatype from int to long. Contributed by Jenny. --- .../hadoop-yarn-site/src/site/markdown/ResourceManagerRest.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/hadoop-yarn-project/hadoop-yarn/hadoop-yarn-site/src/site/markdown/ResourceManagerRest.md b/hadoop-yarn-project/hadoop-yarn/hadoop-yarn-site/src/site/markdown/ResourceManagerRest.md index 8f0b46430ca..6314b01e051 100644 --- a/hadoop-yarn-project/hadoop-yarn/hadoop-yarn-site/src/site/markdown/ResourceManagerRest.md +++ b/hadoop-yarn-project/hadoop-yarn/hadoop-yarn-site/src/site/markdown/ResourceManagerRest.md @@ -359,7 +359,7 @@ The capacity scheduler supports hierarchical queues. This one request will print | Item | Data Type | Description | |:---- |:---- |:---- | -| memory | int | The amount of memory used (in MB) | +| memory | long | The amount of memory used (in MB) | | vCores | int | The number of virtual cores | ### Elements of the health object in schedulerInfo: @@ -1162,7 +1162,7 @@ Response Body: | Item | Data Type | Description | |:---- |:---- |:---- | -| memory | int | The amount of memory used (in MB) | +| memory | long | The amount of memory used (in MB) | | vCores | int | The number of virtual cores | #### Response Examples