Uses of Class
org.apache.drill.yarn.core.ContainerRequestSpec
Packages that use ContainerRequestSpec
Package
Description
Implements the Drill Application Master for YARN.
-
Uses of ContainerRequestSpec in org.apache.drill.yarn.appMaster
Fields in org.apache.drill.yarn.appMaster declared as ContainerRequestSpecModifier and TypeFieldDescriptionTaskSpec.containerSpec
Number of YARN vcores (virtual cores) and amount of memory (in MB) needed by this task.Methods in org.apache.drill.yarn.appMaster that return ContainerRequestSpecModifier and TypeMethodDescriptionTask.getContainerSpec()
AbstractScheduler.getResource()
Scheduler.getResource()
For reporting, get the YARN resources requested by processes in this pool.Methods in org.apache.drill.yarn.appMaster with parameters of type ContainerRequestSpecModifier and TypeMethodDescriptionorg.apache.hadoop.yarn.client.api.AMRMClient.ContainerRequest
AMYarnFacade.requestContainer
(ContainerRequestSpec containerSpec) org.apache.hadoop.yarn.client.api.AMRMClient.ContainerRequest
AMYarnFacadeImpl.requestContainer
(ContainerRequestSpec containerSpec)