| Package | Description |
|---|---|
| org.apache.hadoop.yarn.server.resourcemanager | |
| org.apache.hadoop.yarn.server.resourcemanager.scheduler |
| Modifier and Type | Method and Description |
|---|---|
static void |
RMServerUtils.validateResourceRequests(List<ResourceRequest> ask,
Resource maximumResource)
Utility method to validate a list resource requests, by insuring that the
requested memory/vcore is non-negative and not greater than max
|
| Modifier and Type | Method and Description |
|---|---|
static void |
SchedulerUtils.validateResourceRequest(ResourceRequest resReq,
Resource maximumResource)
Utility method to validate a resource request, by insuring that the
requested memory/vcore is non-negative and not greater than max
|
Copyright © 2013 Apache Software Foundation. All rights reserved.