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