YARN-9881. Change Cluster_Scheduler_API's Item memorys datatype from int to long. Contributed by Jenny.

This commit is contained in:
chenjuanni 2019-10-12 17:39:06 +08:00
parent 6e5cd5273f
commit 0bc0364bbc
1 changed files with 2 additions and 2 deletions

View File

@ -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