YARN-9881. Change Cluster_Scheduler_API's Item memorys datatype from int to long. Contributed by Jenny.
This commit is contained in:
parent
6e5cd5273f
commit
0bc0364bbc
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue